DataAttributeTObject, TValueGetValue Method |
Gets the value of the data attribute for the specified domain object
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic TValue GetValue(
TObject obj
)
Public Function GetValue (
obj As TObject
) As TValue
public:
TValue GetValue(
TObject obj
)
member GetValue :
obj : 'TObject -> 'TValue
Parameters
- obj
- Type: TObject
The domain object from which to get the value
Return Value
Type:
TValueThe strongly typed value
See Also