For Babelfish Release 1.12.3.10

IsAttributeFieldDefaultValueValidIsSatisfiedByAsync Method

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

Definition

Namespace: Scopos.BabelFish.DataActors.Specification.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.12.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
C#
public override Task<bool> IsSatisfiedByAsync(
	Attribute candidate
)

Parameters

candidate  Attribute

Return Value

TaskBoolean

Implements

ISpecificationTIsSatisfiedByAsync(T)

See Also