Click or drag to resize

DataAttributeBaseTObjectGetUntypedValue 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 Object GetUntypedValue(
	DomainObject obj,
	bool originalValue = false
)

Parameters

obj
Type: Aloe.SystemFrameworks.DomainDomainObject
The domain object for which to get the data attribute value
originalValue (Optional)
Type: SystemBoolean
if set to true return the original value (before modifications).

Return Value

Type: Object
The value of the data attribute for the specified domain object

Implements

IDataAttributeGetUntypedValue(DomainObject, Boolean)
See Also