Click or drag to resize

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
Syntax
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
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when obj is null
InvalidOperationExceptionThrown when obj is ghost object. For more information see IsGhost
See Also