Table of Contents

Interface ICollectionEndpoint<TEntity>

Namespace
TypedRest.Endpoints.Generic
Assembly
TypedRest.dll

Endpoint for a collection of TEntitys addressable as IElementEndpoint<TEntity>s.

public interface ICollectionEndpoint<TEntity> : ICollectionEndpoint<TEntity, IElementEndpoint<TEntity>>, IIndexerEndpoint<IElementEndpoint<TEntity>>, IEndpoint where TEntity : class

Type Parameters

TEntity

The type of individual elements in the collection.

Inherited Members
Extension Methods