IDataAttributeSetUntypedValue Method |
Sets the value of the data attribute for the specified entity object
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxvoid SetUntypedValue(
DomainObject obj,
Object newValue
)
Sub SetUntypedValue (
obj As DomainObject,
newValue As Object
)
void SetUntypedValue(
DomainObject^ obj,
Object^ newValue
)
abstract SetUntypedValue :
obj : DomainObject *
newValue : Object -> unit
Parameters
- obj
- Type: Aloe.SystemFrameworks.DomainDomainObject
The domain object for which to set the data attribute - newValue
- Type: SystemObject
The new value for the data attribute
Exceptions
See Also