Click or drag to resize

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
Syntax
public void SetUntypedValue(
	DomainObject obj,
	Object newValue
)

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
ExceptionCondition
InvalidOperationExceptionCalculatedDataAttribute
See Also