Interface ICollectionEndpoint<TEntity>
Endpoint for a collection of TEntity
s 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