Table of Contents

Class FlowGraphEdge

Namespace
Cress.Studio.Services
Assembly
Cress.Studio.Core.dll
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

Id string
SourceId string
TargetId string
Label string

Properties

Id

public string Id { get; init; }

Property Value

string

Label

public string Label { get; init; }

Property Value

string

SourceId

public string SourceId { get; init; }

Property Value

string

TargetId

public string TargetId { get; init; }

Property Value

string