GenericCollectionEndpoint
Endpoint for a collection of TEntitys addressable as TElementEndpoints.
Use the more constrained CollectionEndpoint when possible.
Type Parameters
The type of individual elements in the collection.
The type of ElementEndpoint to provide for individual TEntitys.
Inheritors
Properties
Shows whether the server has indicated that createAll is currently allowed.
Shows whether the server has indicated that create is currently allowed.
Shows whether the server has indicated that readAll is currently allowed.
Shows whether the server has indicated that readRange is allowed.
Shows whether the server has indicated that setAll is currently allowed.
Functions
Determines whether the collection contains a specific element.
Adds an entity as a new element to the collection.
Deletes an existing element from the collection.
Returns an ElementEndpoint for a specific child element.
Modifies an existing element in the collection by merging changes on the server-side.
Sets/replaces an existing element in the collection.