IEntireEntityCollectionRetrievalOperations<T,TResourceCollection> Interface

Definition

A generic interface which represents operations for getting an entire collection of entities.

public interface IEntireEntityCollectionRetrievalOperations<T,TResourceCollection> where TResourceCollection : ResourceCollection<T>
type IEntireEntityCollectionRetrievalOperations<'T, 'ResourceCollection (requires 'ResourceCollection :> ResourceCollection<'T>)> = interface
Public Interface IEntireEntityCollectionRetrievalOperations(Of T, TResourceCollection)

Type Parameters

T

The entity type.

TResourceCollection

The entity collection type.

Derived

Methods

Get()

Retrieves all entities.

GetAsync()

Asynchronously retrieves all entities.

Applies to