MasterAttributeExpressionTObject Class |
Namespace: Aloe.SystemFrameworks.Domain.Validation
public class MasterAttributeExpression<TObject> : AttributeExpression<TObject>, IMasterAttributeExpression where TObject : DomainObject
The MasterAttributeExpressionTObject type exposes the following members.
Name | Description | |
---|---|---|
![]() | MasterAttributeExpressionTObject |
Initializes a new instance of the MasterAttributeExpressionTObject 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.) |