Click or drag to resize

ConstructedValueAccessorTValueGetValueCore Method

Gets the value.

Namespace:  Aloe.SystemFrameworks.Domain.Attributes
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public override TValue GetValueCore(
	DomainObject obj
)

Parameters

obj
Type: Aloe.SystemFrameworks.DomainDomainObject
The object.

Return Value

Type: TValue
The value.
See Also