Class ServiceDataChoices
Inheritance
System.Object
ServiceDataChoices
Assembly: CycloneDX.Core.dll
Syntax
public class ServiceDataChoices : IXmlSerializable
Constructors
|
Improve this Doc
View Source
ServiceDataChoices()
Declaration
public ServiceDataChoices()
Properties
|
Improve this Doc
View Source
DataClassifications
Declaration
public List<DataClassification> DataClassifications { get; set; }
Property Value
|
Improve this Doc
View Source
DataFlows
Declaration
public List<DataFlow> DataFlows { 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(XmlReader)
Declaration
public void ReadXml(XmlReader reader)
Parameters
Type |
Name |
Description |
XmlReader |
reader |
|
|
Improve this Doc
View Source
ShouldSerialize()
Declaration
public bool ShouldSerialize()
Returns
Type |
Description |
System.Boolean |
|
|
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 |
|