IModelControllerT Methods

Methods

Delete(T, CancellationToken) Endpoint to delete modeled record.
Delete(String, CancellationToken) Endpoint to delete modeled record by ID.
Get(String, Int32, CancellationToken) Endpoint to get all models related to a given parent ID.
(Inherited from IReadOnlyModelControllerT)
Get(String, Boolean, Int32, CancellationToken) Endpoint to get all models in order.
(Inherited from IReadOnlyModelControllerT)
Get(String, String, Boolean, Int32, CancellationToken) Endpoint to get all models in order related to a given ParentID.
(Inherited from IReadOnlyModelControllerT)
GetOne Endpoint to get a specific model.
(Inherited from IReadOnlyModelControllerT)
GetPageInfo(String, CancellationToken) Endpoint to get pagination information.
(Inherited from IReadOnlyModelControllerT)
GetPageInfo(SearchPostT, String, CancellationToken) Endpoint to get pagination information.
(Inherited from IReadOnlyModelControllerT)
Patch Endpoint to update modeled record.
Post Endpoint to add modeled record.
Search Endpoint to search models.
(Inherited from IReadOnlyModelControllerT)

See Also