Show / Hide Table of Contents

Interface ITraceEntry

Represents a trace entry

Namespace: NMF.Transformations.Core
Assembly: NMF.Transformations.Core.dll
Syntax
public interface ITraceEntry

Properties

| Edit this page View Source

Output

Gets the transformation output for this trace entry

Declaration
object Output { get; }
Property Value
Type Description
object
| Edit this page View Source

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 Source

GetInput(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

Extension Methods

TraceEntryExtensions.CreateInputArray(ITraceEntry)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX