When overridden in a derived class, compares rules and determines when they are raised.
The Rule type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
Rule | Initializes a new instance of the Rule class. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
CompareTo | Overloaded. Compares the rule to another object or rule. |
![]() |
Equals | Overloaded. Verifies whether the rule is equal to another object or rule. |
![]() |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Gets the hash code for the rule. (Overrides Object.GetHashCode().) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Operators
| Name | Description | |
|---|---|---|
![]() ![]() |
Equality | Verifies whether two rules are equal. |
![]() ![]() |
GreaterThan | Verifies whether a rule is greater than another rule. |
![]() ![]() |
Inequality | Verifies whether two rules are not equal. |
![]() ![]() |
LessThan | Verifies whether a rule is less than another rule. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
FireBefore | Gets the rule and verifies whether it should raise before the change occurs. |
![]() |
FireImmediately | Gets the rule and verifies whether it should raise immediately. |
![]() |
FireOnLocalCommit | Gets the rule and verifies whether it should raise when the current transaction commits. |
![]() |
FireOnTopLevelCommit | Gets the rule and verifies whether it should raise when the top level transaction commits. |
![]() |
FireTime | Gets or sets when the rule should raise. |
![]() |
IsEnabled | Gets or sets whether the rule is enabled. |
![]() |
Priority | Gets the priority that is assigned to the rule. |
Top
.gif)
.gif)
.gif)
.gif)
.gif)