Show / Hide Table of Contents

Class LicenseChoiceList

Inheritance
object
LicenseChoiceList
Implements
IXmlSerializable
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
public class LicenseChoiceList : IXmlSerializable

Constructors

| Edit this page View Source

LicenseChoiceList()

Declaration
public LicenseChoiceList()
| Edit this page View Source

LicenseChoiceList(List<LicenseChoice>)

Declaration
public LicenseChoiceList(List<LicenseChoice> licenses)
Parameters
Type Name Description
List<LicenseChoice> licenses

Properties

| Edit this page View Source

Licenses

Declaration
public List<LicenseChoice> Licenses { get; set; }
Property Value
Type Description
List<LicenseChoice>

Methods

| Edit this page View Source

GetSchema()

Declaration
public XmlSchema GetSchema()
Returns
Type Description
XmlSchema
| Edit this page View Source

ReadXml(XmlReader)

Declaration
public void ReadXml(XmlReader reader)
Parameters
Type Name Description
XmlReader reader
| Edit this page View Source

WriteXml(XmlWriter)

Declaration
public void WriteXml(XmlWriter writer)
Parameters
Type Name Description
XmlWriter writer

Implements

IXmlSerializable
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX