言語

IPagedEntityCollectionRetrievalOperations<T,TResourceCollection> インターフェイス

定義

ページ化されたエンティティの検索操作を表す汎用インターフェースです。

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)

型パラメーター

T

エンティティ型。

TResourceCollection

エンティティコレクションの種類。

派生

メソッド

名前 説明
Get(Int32, Int32)

エンティティの部分集合を取得する。

GetAsync(Int32, Int32)

非同期でエンティティのサブセットを取得します。

適用対象