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