Show / Hide Table of Contents

Class SpecificationExtensions

Inheritance
object
SpecificationExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Specifications
Assembly: Volo.Abp.Specifications.dll
Syntax
public static class SpecificationExtensions

Methods

AndNot<T>(ISpecification<T>, ISpecification<T>)

Declaration
public static ISpecification<T> AndNot<T>(this ISpecification<T> specification, ISpecification<T> other)
Parameters
Type Name Description
ISpecification<T> specification
ISpecification<T> other
Returns
Type Description
ISpecification<T>
Type Parameters
Name Description
T

And<T>(ISpecification<T>, ISpecification<T>)

Declaration
public static ISpecification<T> And<T>(this ISpecification<T> specification, ISpecification<T> other)
Parameters
Type Name Description
ISpecification<T> specification
ISpecification<T> other
Returns
Type Description
ISpecification<T>
Type Parameters
Name Description
T

Not<T>(ISpecification<T>)

Declaration
public static ISpecification<T> Not<T>(this ISpecification<T> specification)
Parameters
Type Name Description
ISpecification<T> specification
Returns
Type Description
ISpecification<T>
Type Parameters
Name Description
T

Or<T>(ISpecification<T>, ISpecification<T>)

Declaration
public static ISpecification<T> Or<T>(this ISpecification<T> specification, ISpecification<T> other)
Parameters
Type Name Description
ISpecification<T> specification
ISpecification<T> other
Returns
Type Description
ISpecification<T>
Type Parameters
Name Description
T
In this article
Back to top Powered by Volosoft