For Babelfish Release 1.11.4.5

CompositeSpecificationTIsSatisfiedByAsync Method

Method to invoke to check the specification of a class of type T.

Definition

Namespace: Scopos.BabelFish.DataActors.Specification
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.4.5+89835fe347ec3eb6d8507435ea2625698f1c3143
C#
public abstract Task<bool> IsSatisfiedByAsync(
	T candidate
)

Parameters

candidate  T

Return Value

TaskBoolean

Implements

ISpecificationTIsSatisfiedByAsync(T)

See Also