Interface ICompositeSpecification<T>
Namespace: Volo.Abp.Specifications
Assembly: Volo.Abp.Specifications.dll
Syntax
public interface ICompositeSpecification<T> : ISpecification<T>
Type Parameters
Name | Description |
---|---|
T |
Properties
Left
Declaration
ISpecification<T> Left { get; }
Property Value
Type | Description |
---|---|
ISpecification<T> |
Right
Declaration
ISpecification<T> Right { get; }
Property Value
Type | Description |
---|---|
ISpecification<T> |