Show / Hide Table of Contents

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 Source

DatasetChoices()

Declaration
public DatasetChoices()

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(XmlReader)

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

WriteXml(XmlWriter)

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

Implements

IXmlSerializable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX