Click or drag to resize

ObjectExpressionDefaultValueGetValue Method

Gets the default value

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public override Object GetValue(
	DomainObject obj
)

Parameters

obj
Type: Aloe.SystemFrameworks.DomainDomainObject
The object for which to return the value.

Return Value

Type: Object
The value of the default value
See Also