AndElement Class |
Namespace: NRules.RuleModel
public class AndElement : GroupElement
The AndElement type exposes the following members.
Name | Description | |
---|---|---|
![]() | ChildElements |
List of child elements in the grouping.
(Inherited from GroupElement.) |
![]() | Declarations |
Declarations visible from this rule element.
(Inherited from RuleElement.) |
Name | Description | |
---|---|---|
![]() | Equals | (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.) |
![]() | 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(ActionAndElement, ActionOrElement) | Overloaded.
Matches a group element to an appropriate action based on the concrete type of the element.
Type-safe implementation of discriminated union for group elements.
(Defined by RuleElementExtensions.) |
![]() | Match(ActionPatternElement, ActionAggregateElement, ActionGroupElement, ActionExistsElement, ActionNotElement, ActionForAllElement) | Overloaded.
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.) |