Table of Contents

Struct RemotesGraphRequest.Edge

Namespace
DMediatR
Assembly
DMediatR.dll
public readonly record struct RemotesGraphRequest.Edge : IEquatable<RemotesGraphRequest.Edge>
Implements
Inherited Members

Constructors

Edge(string, string, string)

public Edge(string SourceId, string Label, string TargetId)

Parameters

SourceId string
Label string
TargetId string

Properties

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