Class TraceEntryGroup<TKey, TOut>
Represents a transformation rule that is only used for tracing purposes and must not be used to create computations
Inherited Members
Namespace: NMF.Transformations
Assembly: NMF.Transformations.dll
Syntax
public class TraceEntryGroup<TKey, TOut> : TransformationRuleBase<TKey, TOut>
Type Parameters
Name | Description |
---|---|
TKey | The type for the keys of the trace entries |
TOut | The type of the values of the trace entries |
Properties
| Edit this page View SourceNeedDependenciesForOutputCreation
Gets a value indicating whether the output for all dependencies must have been created before this rule creates the output
Declaration
public override bool NeedDependenciesForOutputCreation { get; }
Property Value
Type | Description |
---|---|
bool |