IAttributeExpressionCondition Method |
Condition of the expression.
Namespace:
Aloe.SystemFrameworks.Domain.Attributes
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxbool Condition(
DomainObject obj
)
Function Condition (
obj As DomainObject
) As Boolean
bool Condition(
DomainObject^ obj
)
abstract Condition :
obj : DomainObject -> bool
Parameters
- obj
- Type: Aloe.SystemFrameworks.DomainDomainObject
The object.
Return Value
Type:
Boolean
See Also