Class DatasetChoices
Inheritance
System.Object
DatasetChoices
Implements
IXmlSerializable
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
public class DatasetChoices : List<DatasetChoice>, IXmlSerializable
Constructors
| Improve this Doc View SourceDatasetChoices()
Declaration
public DatasetChoices()
Methods
| Improve this Doc View SourceGetSchema()
Declaration
public System.Xml.Schema.XmlSchema GetSchema()
Returns
Type | Description |
---|---|
System.Xml.Schema.XmlSchema |
ReadXml(XmlReader)
Declaration
public void ReadXml(XmlReader reader)
Parameters
Type | Name | Description |
---|---|---|
XmlReader | reader |
WriteXml(XmlWriter)
Declaration
public void WriteXml(XmlWriter writer)
Parameters
Type | Name | Description |
---|---|---|
XmlWriter | writer |
Implements
IXmlSerializable