For Babelfish Release 1.11.3.13

ISpecificationT Interface

Implements the Specificaiton Pattern.

The Specification Patter: A Primer

Definition

Namespace: Scopos.BabelFish.DataActors.Specification
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
C#
public interface ISpecification<T>

Type Parameters

T

Remarks

Code largely taken from https://en.wikipedia.org/wiki/Specification_pattern#C#_6.0_with_generics

Properties

Messages Error messages to present to the user.

Methods

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

See Also