ExistsElement Class |
Namespace: NRules.RuleModel
public class ExistsElement : RuleElement
The ExistsElement type exposes the following members.
Name | Description | |
---|---|---|
![]() | ElementType |
Element type of this rule element.
(Overrides RuleElementElementType.) |
![]() | Exports |
Rule element declarations exported to the outer scope.
(Inherited from RuleElement.) |
![]() | Imports |
Rule element declarations imported from the outer scope.
(Inherited from RuleElement.) |
![]() | Source |
Fact source of the existential element.
|
Name | Description | |
---|---|---|
![]() | 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 the default hash function. (Inherited from Object.) |
![]() | 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.) |
Name | Description | |
---|---|---|
![]() | Match |
Matches a rule element to an appropriate action based on the concrete type of the element.
Type-safe implementation of discriminated union for rule elements.
(Defined by RuleElementExtensions.) |