Class InPlaceTransformationRuleBase
This class is used to describe transformation rules that have more than two input arguments and no output
Inheritance
InPlaceTransformationRuleBase
Inherited Members
Namespace: NMF.Transformations
Assembly: NMF.Transformations.dll
Syntax
public abstract class InPlaceTransformationRuleBase : GeneralTransformationRule
Properties
| Edit this page View SourceOutputType
Gets the type signature of the output type of this transformation
Declaration
public override Type OutputType { get; }
Property Value
Type | Description |
---|---|
Type |
Overrides
Methods
| Edit this page View SourceMarkInstantiatingFor(GeneralTransformationRule, Predicate<object[]>)
Marks the current transformation rule instantiating for the specified rule
Declaration
public void MarkInstantiatingFor(GeneralTransformationRule rule, Predicate<object[]> filter)
Parameters
Type | Name | Description |
---|---|---|
GeneralTransformationRule | rule | The transformation rule |
Predicate<object[]> | filter | The filter that should filter the inputs where this transformation rule is marked instantiating |