ConstructedValueAccessorTValueGetValueCore Method |
Gets the value.
Namespace:
Aloe.SystemFrameworks.Domain.Attributes
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic override TValue GetValueCore(
DomainObject obj
)
Public Overrides Function GetValueCore (
obj As DomainObject
) As TValue
public:
virtual TValue GetValueCore(
DomainObject^ obj
) override
abstract GetValueCore :
obj : DomainObject -> 'TValue
override GetValueCore :
obj : DomainObject -> 'TValue
Parameters
- obj
- Type: Aloe.SystemFrameworks.DomainDomainObject
The object.
Return Value
Type:
TValue
The value.
See Also