Click or drag to resize

EvaluatorHelperAllEvaluatorsAreAvailableT Method (JulianDate, IEnumerableT)

Determines whether all evaluators in a collection are available at a given time.

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static bool AllEvaluatorsAreAvailable<T>(
	JulianDate date,
	IEnumerable<T> evaluators
)
where T : IAvailability

Parameters

date
Type: AGI.Foundation.TimeJulianDate
The date at which to determine availability.
evaluators
Type: System.Collections.GenericIEnumerableT
The collection of evaluators.

Type Parameters

T
The type of evaluator.

Return Value

Type: Boolean
if all evaluators in the collection are available for the given date; otherwise .
Exceptions
ExceptionCondition
ArgumentNullException Thrown when evaluators is .
See Also