IReadOnlyModelControllerT Interface

Defines an interface for common readonly ModelController operations.

Definition

Namespace: Gemstone.Web.APIController
Assembly: Gemstone.Web (in Gemstone.Web.dll) Version: 1.0.167 -- Release Build+892a03c3dbb675b99c038de5cdd8c3d77a46615f
public interface IReadOnlyModelController<T>
where T : class, new()

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Gemstone.Web.APIController.IReadOnlyModelController`1"]

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