Show / Hide Table of Contents

Class ServiceDataChoices

Inheritance
object
ServiceDataChoices
Implements
IXmlSerializable
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class ServiceDataChoices : IXmlSerializable

Constructors

| Edit this page View Source

ServiceDataChoices()

Declaration
public ServiceDataChoices()

Properties

| Edit this page View Source

DataClassifications

Declaration
public List<DataClassification> DataClassifications { get; set; }
Property Value
Type Description
List<DataClassification>
| Edit this page View Source

DataFlows

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

Methods

| Edit this page View Source

GetSchema()

Declaration
public XmlSchema GetSchema()
Returns
Type Description
XmlSchema
| Edit this page View Source

ReadXml(XmlReader)

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

ShouldSerialize()

Declaration
public bool ShouldSerialize()
Returns
Type Description
bool
| Edit this page View Source

WriteXml(XmlWriter)

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

Implements

IXmlSerializable
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX