Show / Hide Table of Contents

Class DataFlow

Inheritance
System.Object
DataFlow
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
public class DataFlow : object

Properties

| Improve this Doc View Source

Classification

Declaration
public string Classification { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Destination

Declaration
public List<DataflowSourceDestination> Destination { get; set; }
Property Value
Type Description
List<DataflowSourceDestination>
| Improve this Doc View Source

Destination_Protobuf

Declaration
public List<string> Destination_Protobuf { get; set; }
Property Value
Type Description
List<System.String>
| Improve this Doc View Source

Flow

Declaration
public DataFlowDirection Flow { get; set; }
Property Value
Type Description
DataFlowDirection
| Improve this Doc View Source

Governance

Declaration
public DataGovernance Governance { get; set; }
Property Value
Type Description
DataGovernance
| Improve this Doc View Source

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Source

Declaration
public List<DataflowSourceDestination> Source { get; set; }
Property Value
Type Description
List<DataflowSourceDestination>
| Improve this Doc View Source

Source_Protobuf

Declaration
public List<string> Source_Protobuf { get; set; }
Property Value
Type Description
List<System.String>
| Improve this Doc View Source

XmlClassification

Declaration
public DataClassification XmlClassification { get; set; }
Property Value
Type Description
DataClassification

Methods

| Improve this Doc View Source

ShouldSerializeDestination()

Declaration
public bool ShouldSerializeDestination()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ShouldSerializeDestination_Protobuf()

Declaration
public bool ShouldSerializeDestination_Protobuf()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ShouldSerializeSource()

Declaration
public bool ShouldSerializeSource()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ShouldSerializeSource_Protobuf()

Declaration
public bool ShouldSerializeSource_Protobuf()
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX