IDataAttributeGetUntypedValue 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
SyntaxObject GetUntypedValue(
DomainObject obj,
bool originalValue = false
)
Function GetUntypedValue (
obj As DomainObject,
Optional originalValue As Boolean = false
) As Object
Object^ GetUntypedValue(
DomainObject^ obj,
bool originalValue = false
)
abstract GetUntypedValue :
obj : DomainObject *
?originalValue : bool
(* Defaults:
let _originalValue = defaultArg originalValue false
*)
-> Object
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
See Also