Click or drag to resize

ValueAccessorTValueGetValue Method

Gets the value for the specified domain object.

Namespace:  Aloe.SystemFrameworks.Domain.Attributes
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public 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.

Implements

IValueAccessorTValueGetValue(DomainObject)
See Also