For Babelfish Release 1.11.3.13

ISpecificationTIsSatisfiedByAsync 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.3.13+877481945de6b4d2a3a561fea58e2494717cd263
C#
Task<bool> IsSatisfiedByAsync(
	T candidate
)

Parameters

candidate  T

Return Value

TaskBoolean

See Also