Interface ITransformationRulePattern
- Namespace
- NMF.Transformations.Core
- Assembly
- NMF.Transformations.Core.dll
Represents a transformation pattern that can be tied to a transformation rule
public interface ITransformationRulePattern : ITransformationPattern
- Inherited Members
Properties
TargetRule
Gets or sets the transformation rule that is the target for the current transformation rule pattern
GeneralTransformationRule TargetRule { get; set; }