Share via


IEntireEntityCollectionRetrievalOperations<T,TResourceCollection> Interface

Type Parameters

T
TResourceCollection

public interface IEntireEntityCollectionRetrievalOperations<T,TResourceCollection>

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

Method Summary

Modifier and Type Method and Description
abstract TResourceCollection get()

Retrieves all entities.

Method Details

get

public abstract TResourceCollection get()

Retrieves all entities.

Returns:

The entities.

Applies to