For Babelfish Release 1.12.3.10

IsResultListFormatValidIsSatisfiedByAsync Method

Method to call to check if a RESULT LIST FORMAT instance meets specifications.

Definition

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

Parameters

candidate  ResultListFormat

Return Value

TaskBoolean

Implements

ISpecificationTIsSatisfiedByAsync(T)

See Also