Rule Class |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:CSC.SC.TOPICA4.Template.Rule"]
Namespace: CSC.SC.TOPICA4.Template
public class Rule
The Rule type exposes the following members.
Name | Description | |
---|---|---|
![]() | Check |
Check the rule return object of type Message if rule was broken, null if not
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | HTMLWriteRow |
Write HTML to display
|
![]() | IntervalInside |
Returns True iff interval of 'rule' is inside interval of 'this'
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | (Overrides ObjectToString.) |
![]() | XMLLoad |
Load rule from XML file
|
![]() | XMLLoad3 |
Load rule from XML v3 file
|
![]() | XMLWrite |
Write rule to XML file
|
Name | Description | |
---|---|---|
![]() | Disabled |
Whether the rule is disabled or enabled
|
![]() | ErrorText |
The text to display if the ExpressionString evaluates to error
|
![]() | ExpressionString |
The rule to evaluate
|
![]() | IntervalMaximum |
Maximum value of the field
|
![]() | IntervalMinimum |
Minimum value of the field
|
![]() | MessageType |
What type of message should the ErrorText be displayed as
|