Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
When overridden in a derived class, compares rules and determines when they are raised.
The Rule type exposes the following members.
Constructors
Name
Description
Initializes a new instance of the Rule class.
Top
Methods
Name
Description
Overloaded. Compares the rule to another object or rule.
Overloaded. Verifies whether the rule is equal to another object or rule.
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Gets the hash code for the rule. (Overrides Object.GetHashCode().)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Returns a string that represents the current object. (Inherited from Object.)
Top
Operators
Name
Description
Verifies whether two rules are equal.
Verifies whether a rule is greater than another rule.
Verifies whether two rules are not equal.
Verifies whether a rule is less than another rule.
Top
Properties
Name
Description
Gets the rule and verifies whether it should raise before the change occurs.
Gets the rule and verifies whether it should raise immediately.
Gets the rule and verifies whether it should raise when the current transaction commits.
Gets the rule and verifies whether it should raise when the top level transaction commits.
Gets or sets when the rule should raise.
Gets or sets whether the rule is enabled.
Gets the priority that is assigned to the rule.
Top