Interface ITransformationRulePattern<TIn>
- Namespace
- NMF.Transformations
- Assembly
- NMF.Transformations.dll
Represents a transformation pattern that can be tied to a transformation rule
public interface ITransformationRulePattern<TIn> : ITransformationRulePattern, ITransformationPattern
Type Parameters
TIn
The type of the first input parameter of the target transformation rule
- Inherited Members
Properties
TargetRule
Gets or sets the transformation rule that is the target for the current transformation rule pattern
GeneralTransformationRule<TIn> TargetRule { get; set; }