Show / Hide Table of Contents

Class ServiceDataChoices

Inheritance
System.Object
ServiceDataChoices
Namespace: CycloneDX.Models
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
Type Description
List<DataClassification>
| Improve this Doc View Source

DataFlows

Declaration
public List<DataFlow> DataFlows { get; set; }
Property Value
Type Description
List<DataFlow>

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