Table of Contents

Class RemotesGraphRequest

Namespace
DMediatR
Assembly
DMediatR.dll
public class RemotesGraphRequest : IRequest<RemotesGraphRequest>, IBaseRequest, ICorrelatedMessage
Inheritance
RemotesGraphRequest
Implements
IBaseRequest
Inherited Members

Fields

Edges

public List<RemotesGraphRequest.Edge> Edges

Field Value

List<RemotesGraphRequest.Edge>

Nodes

public List<RemotesGraphRequest.Node> Nodes

Field Value

List<RemotesGraphRequest.Node>

Properties

CorrelationGuid

To be implemented as public Guid CorrelationGuid { get; init; } = Guid.NewGuid();

public Guid CorrelationGuid { get; init; }

Property Value

Guid