Show / Hide Table of Contents

Interface ITransformationRulePattern<TIn1, TIn2>

Represents a transformation pattern that can be tied to a transformation rule

Inherited Members
ITransformationPattern.CreatePattern(ITransformationContext)
Namespace: NMF.Transformations
Assembly: NMF.Transformations.dll
Syntax
public interface ITransformationRulePattern<TIn1, TIn2> : ITransformationRulePattern, ITransformationPattern
Type Parameters
Name Description
TIn1

The type of the first input parameter of the target transformation rule

TIn2

The type of the second input parameter of the target transformation rule

Properties

| Edit this page View Source

TargetRule

Gets or sets the transformation rule that is the target for the current transformation rule pattern

Declaration
GeneralTransformationRule<TIn1, TIn2> TargetRule { get; set; }
Property Value
Type Description
GeneralTransformationRule<TIn1, TIn2>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX