Interface ITraceEntry
Represents a trace entry
Namespace: NMF.Transformations.Core
Assembly: NMF.Transformations.Core.dll
Syntax
public interface ITraceEntry
Properties
| Edit this page View SourceOutput
Gets the transformation output for this trace entry
Declaration
object Output { get; }
Property Value
Type | Description |
---|---|
object |
TransformationRule
Gets the transformation rule for which the trace entry was generated
Declaration
GeneralTransformationRule TransformationRule { get; }
Property Value
Type | Description |
---|---|
GeneralTransformationRule |
Methods
| Edit this page View SourceGetInput(int)
Gets the input for this trace entry at the ith position
Declaration
object GetInput(int index)
Parameters
Type | Name | Description |
---|---|---|
int | index | The position index |
Returns
Type | Description |
---|---|
object | The input at the ith position |