IValueAccessorTValueGetValue Method |
Gets the value for the specified domain object.
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
SyntaxTValue GetValue(
DomainObject obj
)
Function GetValue (
obj As DomainObject
) As TValue
TValue GetValue(
DomainObject^ obj
)
abstract GetValue :
obj : DomainObject -> 'TValue
Parameters
- obj
- Type: Aloe.SystemFrameworks.DomainDomainObject
The domain object from which to get the value.
Return Value
Type:
TValueThe value.
See Also