DetailAttributeExpressionTObject Class |
Namespace: Aloe.SystemFrameworks.Domain.Validation
public class DetailAttributeExpression<TObject> : AttributeExpression<TObject> where TObject : DomainObject
The DetailAttributeExpressionTObject type exposes the following members.
Name | Description | |
---|---|---|
![]() | DetailAttributeExpressionTObject |
Initializes a new instance of the DetailAttributeExpressionTObject class.
|
Name | Description | |
---|---|---|
![]() | Attribute |
Gets the attribute.
(Inherited from AttributeExpressionTObject.) |
![]() | Expression |
Gets the expression.
(Inherited from AttributeExpressionTObject.) |
![]() | ObjectType |
Gets the type of the object.
(Inherited from AttributeExpressionTObject.) |
![]() | RuleCode |
Gets the code of the business rule executing this expression.
(Inherited from AttributeExpressionTObject.) |
Name | Description | |
---|---|---|
![]() | Condition |
Condition of the expression.
(Inherited from AttributeExpressionTObject.) |
![]() | Execute |
Executes the expression against specified object.
(Inherited from AttributeExpressionTObject.) |
![]() | ToString |
Returns a String that represents this instance.
(Inherited from AttributeExpressionTObject.) |