Show / Hide Table of Contents

Class LicenseChoiceList

Inheritance
System.Object
LicenseChoiceList
Namespace: CycloneDX.Models
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
Type Name Description
List<LicenseChoice> licenses

Properties

| Improve this Doc View Source

Licenses

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

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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX