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