Click or drag to resize

IValueAccessorTValueSetValues Method

Sets the values for the specified domain objects.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
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.
See Also