AttributeExpressionTObject Class |
Namespace: Aloe.SystemFrameworks.Domain.Attributes
public class AttributeExpression<TObject> : IAttributeExpression where TObject : DomainObject
The AttributeExpressionTObject type exposes the following members.
Name | Description | |
---|---|---|
![]() | AttributeExpressionTObject |
Initializes a new instance of the AttributeExpressionTObject class.
|
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.
|
Name | Description | |
---|---|---|
![]() | Condition |
Condition of the expression.
|
![]() | Execute |
Executes the expression against specified object.
|
![]() | ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() | Recalculate |
Recalculates the value of the data attribute for the specified object.
(Defined by IDataAttributeExtensions.) |