Click or drag to resize

SpecificationAllT Method

Creates a specification that will return all available objects.

Namespace:  Enkoni.Framework
Assembly:  Enkoni.Framework.Specifications (in Enkoni.Framework.Specifications.dll) Version: 1.3.0.1
Syntax
public static ISpecification<T> All<T>()

Type Parameters

T
The type of object that is ultimately selected by the specification.

Return Value

Type: ISpecificationT
A specification that will return all available objects.
See Also