Click or drag to resize

ValueAccessorTValueSetValues Method

Sets the values for the specified domain objects.

Namespace:  Aloe.SystemFrameworks.Domain.Attributes
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public virtual void SetValues(
	IEnumerable<KeyValuePair<DomainObject, TValue>> values,
	CancellationToken cancellationToken
)

Parameters

values
Type: System.Collections.GenericIEnumerableKeyValuePairDomainObject, TValue
The values.
cancellationToken
Type: System.ThreadingCancellationToken
The cancellation token. Use None if cancellation is not desired.

Implements

IValueAccessorTValueSetValues(IEnumerableKeyValuePairDomainObject, TValue, CancellationToken)
See Also