Interface ICompositeSpecification<T>
Represents that the implemented classes are composite specifications.
Namespace: Volo.Abp.Specifications
Assembly: Volo.Abp.Specifications.dll
Syntax
public interface ICompositeSpecification<T> : ISpecification<T>
Type Parameters
Name | Description |
---|---|
T | The type of the object to which the specification is applied. |
Properties
Left
Gets the left side of the specification.
Declaration
ISpecification<T> Left { get; }
Property Value
Type | Description |
---|---|
ISpecification<T> |
Right
Gets the right side of the specification.
Declaration
ISpecification<T> Right { get; }
Property Value
Type | Description |
---|---|
ISpecification<T> |