ActionElement Class |
Namespace: NRules.RuleModel
public class ActionElement : RuleElement
The ActionElement type exposes the following members.
Name | Description | |
---|---|---|
![]() | Declarations |
Declarations visible from this rule element.
(Inherited from RuleElement.) |
![]() | Expression |
Expression that represents the rule action.
|
![]() | References |
List of declarations referenced by the action expression.
|
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 |
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.) |