Table of Contents

Class ChainOperationContextStep

Namespace
Gve.Text
Assembly
Gve.Text.dll
public class ChainOperationContextStep
Inheritance
ChainOperationContextStep
Inherited Members

Constructors

ChainOperationContextStep(OperationMetadata, string, string, ChainOperationContextFeats, IList<int>)

Initializes a new instance of the ChainOperationContextStep class.

public ChainOperationContextStep(OperationMetadata operation, string inputTag, string outputTag, ChainOperationContextFeats features, IList<int> refNodeIds)

Parameters

operation OperationMetadata

The operation.

inputTag string

The input tag.

outputTag string

The output tag.

features ChainOperationContextFeats

The features.

refNodeIds IList<int>

The reference node IDs.

Exceptions

ArgumentNullException

operation or tags

Properties

FeatureSet

Gets or sets the features emitted up to this step.

public ChainOperationContextFeats FeatureSet { get; set; }

Property Value

ChainOperationContextFeats

InputTag

Gets the input tag.

public string InputTag { get; }

Property Value

string

Operation

Gets the operation.

public OperationMetadata Operation { get; }

Property Value

OperationMetadata

OutputTag

Gets or sets the output tag.

public string OutputTag { get; set; }

Property Value

string

RefNodeIds

Gets or sets the reference node IDs.

public IList<int> RefNodeIds { get; set; }

Property Value

IList<int>

Result

Gets or sets a string synthetically representing the result.

public string? Result { get; set; }

Property Value

string

Methods

ToString()

Converts to string.

public override string ToString()

Returns

string

A string that represents this instance.