CollectionEndpoint
interface CollectionEndpoint<TEntity> : GenericCollectionEndpoint<TEntity, ElementEndpoint<TEntity>>
Endpoint for a collection of TEntitys addressable as ElementEndpoints.
Use GenericCollectionEndpoint instead if you wish to customize the element endpoint type.
Parameters
TEntity
The type of individual elements in the collection.
Inheritors
Properties
Link copied to clipboard
Shows whether the server has indicated that createAll is currently allowed.
Link copied to clipboard
Shows whether the server has indicated that create is currently allowed.
Link copied to clipboard
Shows whether the server has indicated that readAll is currently allowed.
Link copied to clipboard
Shows whether the server has indicated that readRange is allowed.
Link copied to clipboard
Shows whether the server has indicated that setAll is currently allowed.
Functions
Link copied to clipboard
Adds an entity as a new element to the collection.
Link copied to clipboard
Returns an ElementEndpoint for a specific child element.