| ExpressionContainerTChildExpression Class |
Namespace: FlexRule.DSL.Expressions
public abstract class ExpressionContainer<TChildExpression> : Expression, IChildExpressionContainer where TChildExpression : Expression
The ExpressionContainerTChildExpression type exposes the following members.
| Name | Description | |
|---|---|---|
| ExpressionContainerTChildExpression |
| Name | Description | |
|---|---|---|
| Attributes |
List of attributes of expression
(Inherited from Expression.) | |
| ChildCount | ||
| Childs | ||
| Name |
Name of current expression
(Inherited from Expression.) | |
| Parent |
Parent of current expression
(Inherited from Expression.) |
| Name | Description | |
|---|---|---|
| AddAttribute(AttributeExpression) | (Inherited from Expression.) | |
| AddAttribute(String, String) | (Inherited from Expression.) | |
| AttributeExists | (Inherited from Expression.) | |
| CreateNewChild | ||
| 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.) | |
| GetItem | ||
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOfAttribute | (Inherited from Expression.) | |
| 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 | |
|---|---|---|
| IndexOf | (Defined by FindUtility.) |