TLogicalAndSpecification<T> Class
Represents type TLogicalAndSpecification<T>
.
TInterfacedObject
Spring.DesignPatterns.TSpecificationBase<T>
Spring.DesignPatterns.TBinarySpecification<T>
Spring.DesignPatterns.TLogicalAndSpecification<T>
Spring.DesignPatterns.TSpecificationBase<T>
Spring.DesignPatterns.TBinarySpecification<T>
Spring.DesignPatterns.TLogicalAndSpecification<T>
type TLogicalAndSpecification<T> = class sealed(TBinarySpecification<T>) end;
Type Parameters
- T
The TLogicalAndSpecification<T> type exposes the following members.
Show:
Name | Description | |
---|---|---|
Create(ISpecification<T>,ISpecification<T>) | Initializes a new instance of the TBinarySpecification<T> class. (Inherited from TBinarySpecification<T>.) |
Show:
Name | Description | |
---|---|---|
IsSatisfiedBy(T) | Represents method |
Show:
Name | Description | |
---|---|---|
fLeft | Represents field | |
fRight | Represents field |