Click or drag to resize

IValueAccessorTValueGetValues Method

Gets the value for all the specified domain objects.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
IEnumerable<KeyValuePair<DomainObject, TValue>> GetValues(
	IEnumerable<DomainObject> objects,
	CancellationToken cancellationToken
)

Parameters

objects
Type: System.Collections.GenericIEnumerableDomainObject
The objects.
cancellationToken
Type: System.ThreadingCancellationToken
The cancellation token. Use None if cancellation is not desired.

Return Value

Type: IEnumerableKeyValuePairDomainObject, TValue
The value for each of the objects.
See Also