TBinarySpecification<T> Class

Represents type TBinarySpecification<T>.

Namespace: Spring.DesignPatterns
type
 TBinarySpecification<T> = class abstract(TSpecificationBase<T>)
 end;

Type Parameters

T

The TBinarySpecification<T> type exposes the following members.

Show:
 NameDescription
Create(ISpecification<T>,ISpecification<T>)

Initializes a new instance of the TBinarySpecification<T> class.

Top
Show:
 NameDescription
IsSatisfiedBy(T)

Represents method IsSatisfiedBy(T). (Inherited from TSpecificationBase<T>.)

Top
Show:
 NameDescription
fLeft

Represents field fLeft.

fRight

Represents field fRight.

Top