| AttributeExpressionTObject Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Aloe.SystemFrameworks.Domain.Attributes
 Syntax
Syntaxpublic class AttributeExpression<TObject> : IAttributeExpression where TObject : DomainObject
The AttributeExpressionTObject type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | AttributeExpressionTObject | 
            Initializes a new instance of the AttributeExpressionTObject class.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Attribute | 
            Gets the attribute.
             | 
|  | Expression | 
            Gets the expression.
             | 
|  | ObjectType | 
            Gets the type of the object.
             | 
|  | RuleCode | 
            Gets the code of the business rule executing this expression.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Condition | 
            Condition of the expression.
             | 
|  | Execute | 
            Executes the expression against specified object.
             | 
|  | ToString | 
            Returns a String that represents this instance.
            (Overrides ObjectToString.) | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | Recalculate | 
            Recalculates the value of the data attribute for the specified object.
            (Defined by IDataAttributeExtensions.) | 
 See Also
See Also