Click or drag to resize

DataAttributeTObject, TValueSetValue Method

Sets 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
Syntax
public void SetValue(
	TObject obj,
	TValue newValue
)

Parameters

obj
Type: TObject
The domain object for which to set the value
newValue
Type: TValue
The new value of the data attribute
See Also