RepositoryReadOnlyTGetAll(GetAllOptions) Method
            Retrieves a list of all known entities managed by this repository
            
Namespace: Ignition.Framework.RepositoriesAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public IReadOnlyCollection<T> GetAll(
	GetAllOptions options = GetAllOptions.ExcludeDeleted
)
Public Function GetAll ( 
	Optional options As GetAllOptions = GetAllOptions.ExcludeDeleted
) As IReadOnlyCollection(Of T)
public:
virtual IReadOnlyCollection<T>^ GetAll(
	GetAllOptions options = GetAllOptions::ExcludeDeleted
) sealed
abstract GetAll : 
        ?options : GetAllOptions 
(* Defaults:
        let _options = defaultArg options GetAllOptions.ExcludeDeleted
*)
-> IReadOnlyCollection<'T> 
override GetAll : 
        ?options : GetAllOptions 
(* Defaults:
        let _options = defaultArg options GetAllOptions.ExcludeDeleted
*)
-> IReadOnlyCollection<'T> 
- options  GetAllOptions  (Optional)
- Indicates if deleted entities should be included or excluded from the returned list
IReadOnlyCollectionTThe requested list