For Babelfish Release 1.12.3.10

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.12.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
C#
Task<bool> IsSatisfiedByAsync(
	T candidate
)

Parameters

candidate  T

Return Value

TaskBoolean

See Also