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
Syntaxpublic static ISpecification<T> All<T>()
Public Shared Function All(Of T) As ISpecification(Of T)
public:
generic<typename T>
static ISpecification<T>^ All()
static member All : unit -> ISpecification<'T> 
Type Parameters
- T
 - The type of object that is ultimately selected by the specification.
 
Return Value
Type: 
ISpecificationTA specification that will return all available objects.
See Also