Click or drag to resize

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

Parameters

obj
Type: TObject
The domain object from which to get the value

Return Value

Type: TValue
The strongly typed value
See Also