Class NodeEnterContext
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
Properties
InputValue
public string? InputValue { get; init; }
Property Value
NodeId
public string NodeId { get; init; }
Property Value
NodeIndex
public int NodeIndex { get; init; }
Property Value
PipelineId
public string PipelineId { get; init; }
Property Value
StepName
public string StepName { get; init; }