Show / Hide Table of Contents

Interface ITransformationRulePattern

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

Inherited Members
ITransformationPattern.CreatePattern(ITransformationContext)
Namespace: NMF.Transformations.Core
Assembly: NMF.Transformations.Core.dll
Syntax
public interface ITransformationRulePattern : ITransformationPattern

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 TargetRule { get; set; }
Property Value
Type Description
GeneralTransformationRule
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX