[This is preliminary documentation and is subject to change.]
The condition class, which is used to specify the condition of a Rule
Namespace: Clarion.Framework.CoreAssembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)
Syntax
C# |
---|
public class Condition : ICollection<Rule..::..Condition..::..ConditionTuple>, IEnumerable<Rule..::..Condition..::..ConditionTuple>, IEnumerable |
Remarks
The condition class is a collection that contains an enumerable list of world object along with a "setting" that specifies
whether that dimension-value pair is specifically designated as being either "ON" (i.e., True) or "OFF" (i.e., False)
for the condition. Both the "ON" and "OFF" settings are of importance within the condition.
TODO: Add more details about the Condition class. Things to mention = "ON/OFF" setting, operation overloads, and indexers
Copyright 2011. Nicholas Wilson