[This is preliminary documentation and is subject to change.]
Gets the minor variations of the refineable rule
Namespace: Clarion.Framework.TemplatesAssembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)
Syntax
C# |
---|
ICollection<T> Variations { get; } |
Remarks
![]() |
---|
The variations are actually generated and stored in the RuleVariationsCollection, which is located in the RuleCollection<(Of <(<'T>)>)> class. This property simply links the rule variations from that "hidden" rule collection. |