CalculatedDataAttributeSetUntypedValue 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
Syntaxpublic void SetUntypedValue(
DomainObject obj,
Object newValue
)
Public Sub SetUntypedValue (
obj As DomainObject,
newValue As Object
)
public:
virtual void SetUntypedValue(
DomainObject^ obj,
Object^ newValue
) sealed
abstract SetUntypedValue :
obj : DomainObject *
newValue : Object -> unit
override 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
Implements
IDataAttributeSetUntypedValue(DomainObject, Object)
Exceptions
See Also