Table of Contents

Class InPlaceTransformationRuleBase

Namespace
NMF.Transformations
Assembly
NMF.Transformations.dll

This class is used to describe transformation rules that have more than two input arguments and no output

public abstract class InPlaceTransformationRuleBase : GeneralTransformationRule
Inheritance
InPlaceTransformationRuleBase
Derived
Inherited Members

Properties

OutputType

Gets the type signature of the output type of this transformation

public override Type OutputType { get; }

Property Value

Type

Methods

MarkInstantiatingFor(GeneralTransformationRule, Predicate<object[]>)

Marks the current transformation rule instantiating for the specified rule

public void MarkInstantiatingFor(GeneralTransformationRule rule, Predicate<object[]> filter)

Parameters

rule GeneralTransformationRule

The transformation rule

filter Predicate<object[]>

The filter that should filter the inputs where this transformation rule is marked instantiating