Class LicenseChoiceList
Inheritance
System.Object
LicenseChoiceList
Assembly: CycloneDX.Core.dll
Syntax
public class LicenseChoiceList : IXmlSerializable
Constructors
|
Improve this Doc
View Source
LicenseChoiceList()
Declaration
public LicenseChoiceList()
|
Improve this Doc
View Source
LicenseChoiceList(List<LicenseChoice>)
Declaration
public LicenseChoiceList(List<LicenseChoice> licenses)
Parameters
Properties
|
Improve this Doc
View Source
Licenses
Declaration
public List<LicenseChoice> Licenses { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
GetSchema()
Declaration
public System.Xml.Schema.XmlSchema GetSchema()
Returns
Type |
Description |
System.Xml.Schema.XmlSchema |
|
|
Improve this Doc
View Source
ReadXml(System.Xml.XmlReader)
Declaration
public void ReadXml(System.Xml.XmlReader reader)
Parameters
Type |
Name |
Description |
System.Xml.XmlReader |
reader |
|
|
Improve this Doc
View Source
WriteXml(System.Xml.XmlWriter)
Declaration
public void WriteXml(System.Xml.XmlWriter writer)
Parameters
Type |
Name |
Description |
System.Xml.XmlWriter |
writer |
|