Click or drag to resize

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
Syntax
TValue GetValue(
	DomainObject obj
)

Parameters

obj
Type: Aloe.SystemFrameworks.DomainDomainObject
The domain object from which to get the value.

Return Value

Type: TValue
The value.
See Also