Class FlowGraphEdge
public sealed record FlowGraphEdge : IEquatable<FlowGraphEdge>
- Inheritance
-
FlowGraphEdge
- Implements
- Inherited Members
Constructors
FlowGraphEdge(string, string, string, string)
public FlowGraphEdge(string Id, string SourceId, string TargetId, string Label)
Parameters
Properties
Id
public string Id { get; init; }
Property Value
Label
public string Label { get; init; }
Property Value
SourceId
public string SourceId { get; init; }
Property Value
TargetId
public string TargetId { get; init; }