IAttributeExpressionExecute Method |
Executes the expression against specified object.
Namespace:
Aloe.SystemFrameworks.Domain.Attributes
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
SyntaxObject Execute(
DomainObject obj
)
Function Execute (
obj As DomainObject
) As Object
Object^ Execute(
DomainObject^ obj
)
abstract Execute :
obj : DomainObject -> Object
Parameters
- obj
- Type: Aloe.SystemFrameworks.DomainDomainObject
The object.
Return Value
Type:
Object
See Also