IPagedEntityCollectionRetrievalOperations<T,TResourceCollection> Interface

Definition

A generic interface which represents paged entity retrieval operations.

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

Type Parameters

T

The entity type.

TResourceCollection

The entity collection type.

Derived

Methods

Get(Int32, Int32)

Retrieves a subset of entities.

GetAsync(Int32, Int32)

Asynchronously retrieves a subset of entities.

Applies to