Class DataFlow
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
|
Edit this page
View Source
Description
Declaration
[ProtoMember(4)]
public string Description { get; set; }
Property Value
|
Edit this page
View Source
Destination
Declaration
public List<DataflowSourceDestination> Destination { get; set; }
Property Value
|
Edit this page
View Source
Destination_Protobuf
Declaration
[JsonIgnore]
[ProtoMember(6)]
public List<string> Destination_Protobuf { get; set; }
Property Value
|
Edit this page
View Source
Flow
Declaration
[JsonPropertyName("flow")]
[ProtoMember(1, IsRequired = true)]
public DataFlowDirection Flow { get; set; }
Property Value
|
Edit this page
View Source
Governance
Declaration
[ProtoMember(7)]
public DataGovernance Governance { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[ProtoMember(3)]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
Source
Declaration
public List<DataflowSourceDestination> Source { get; set; }
Property Value
|
Edit this page
View Source
Source_Protobuf
Declaration
[JsonIgnore]
[ProtoMember(5)]
public List<string> Source_Protobuf { get; set; }
Property Value
|
Edit this page
View Source
XmlClassification
Declaration
[JsonIgnore]
public DataClassification XmlClassification { get; set; }
Property Value
Methods
|
Edit this page
View Source
ShouldSerializeDestination()
Declaration
public bool ShouldSerializeDestination()
Returns
|
Edit this page
View Source
ShouldSerializeDestination_Protobuf()
Declaration
public bool ShouldSerializeDestination_Protobuf()
Returns
|
Edit this page
View Source
ShouldSerializeSource()
Declaration
public bool ShouldSerializeSource()
Returns
|
Edit this page
View Source
ShouldSerializeSource_Protobuf()
Declaration
public bool ShouldSerializeSource_Protobuf()
Returns