Click or drag to resize

ValueAccessorTValueSetValue Method

Sets the value for the specified domain object.

Namespace:  Aloe.SystemFrameworks.Domain.Attributes
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public void SetValue(
	DomainObject obj,
	TValue value
)

Parameters

obj
Type: Aloe.SystemFrameworks.DomainDomainObject
The domain object for which to set the value.
value
Type: TValue
The new value.

Implements

IValueAccessorTValueSetValue(DomainObject, TValue)
See Also