Class DatasetChoices
Implements
Inherited Members
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class DatasetChoices : List<DatasetChoice>, IList<DatasetChoice>, ICollection<DatasetChoice>, IReadOnlyList<DatasetChoice>, IReadOnlyCollection<DatasetChoice>, IEnumerable<DatasetChoice>, IList, ICollection, IEnumerable, IXmlSerializable
Constructors
| Edit this page View SourceDatasetChoices()
Declaration
public DatasetChoices()
Methods
| Edit this page View SourceGetSchema()
Declaration
public XmlSchema GetSchema()
Returns
| Type | Description |
|---|---|
| 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 |