Class NodeEnterContext

Namespace
REslava.Result.Observers
Assembly
REslava.Result.dll
public sealed record NodeEnterContext : IEquatable<NodeEnterContext>
Inheritance
NodeEnterContext
Implements
Inherited Members
Extension Methods

Constructors

NodeEnterContext(string, string, string, string?, int)

public NodeEnterContext(string PipelineId, string NodeId, string StepName, string? InputValue, int NodeIndex)

Parameters

PipelineId string
NodeId string
StepName string
InputValue string
NodeIndex int

Properties

InputValue

public string? InputValue { get; init; }

Property Value

string

NodeId

public string NodeId { get; init; }

Property Value

string

NodeIndex

public int NodeIndex { get; init; }

Property Value

int

PipelineId

public string PipelineId { get; init; }

Property Value

string

StepName

public string StepName { get; init; }

Property Value

string