IReadOnlyModelControllerT Methods

Methods

Get(String, Int32, CancellationToken) Endpoint to get all models related to a given parent ID.
Get(String, Boolean, Int32, CancellationToken) Endpoint to get all models in order.
Get(String, String, Boolean, Int32, CancellationToken) Endpoint to get all models in order related to a given ParentID.
GetOne Endpoint to get a specific model.
GetPageInfo(String, CancellationToken) Endpoint to get pagination information.
GetPageInfo(SearchPostT, String, CancellationToken) Endpoint to get pagination information.
Search Endpoint to search models.

See Also