Show / Hide Table of Contents

Class DataFlow

Inheritance
object
DataFlow
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 DataFlow

Properties

| Edit this page View Source

Classification

Declaration
[JsonPropertyName("classification")]
[ProtoMember(2)]
public string Classification { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Description

Declaration
[ProtoMember(4)]
public string Description { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Destination

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

Destination_Protobuf

Declaration
[JsonIgnore]
[ProtoMember(6)]
public List<string> Destination_Protobuf { get; set; }
Property Value
Type Description
List<string>
| Edit this page View Source

Flow

Declaration
[JsonPropertyName("flow")]
[ProtoMember(1, IsRequired = true)]
public DataFlowDirection Flow { get; set; }
Property Value
Type Description
DataFlowDirection
| Edit this page View Source

Governance

Declaration
[ProtoMember(7)]
public DataGovernance Governance { get; set; }
Property Value
Type Description
DataGovernance
| Edit this page View Source

Name

Declaration
[ProtoMember(3)]
public string Name { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Source

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

Source_Protobuf

Declaration
[JsonIgnore]
[ProtoMember(5)]
public List<string> Source_Protobuf { get; set; }
Property Value
Type Description
List<string>
| Edit this page View Source

XmlClassification

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

Methods

| Edit this page View Source

ShouldSerializeDestination()

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

ShouldSerializeDestination_Protobuf()

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

ShouldSerializeSource()

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

ShouldSerializeSource_Protobuf()

Declaration
public bool ShouldSerializeSource_Protobuf()
Returns
Type Description
bool
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX