ExpressionDefaultValueGetValue Method |
Gets the default value
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic override Object GetValue(
DomainObject obj
)
Public Overrides Function GetValue (
obj As DomainObject
) As Object
public:
virtual Object^ GetValue(
DomainObject^ obj
) override
abstract GetValue :
obj : DomainObject -> Object
override GetValue :
obj : DomainObject -> Object
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