Click or drag to resize

ModelControllerT, UGetSearchableList(ModelControllerT, UPostData) Method

Gets all records from associated table, filtered and sorted as defined in postData.

Namespace: GSF.Web.Model
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
[HttpPostAttribute]
[RouteAttribute("SearchableList")]
public virtual IHttpActionResult GetSearchableList(
	[FromBodyAttribute] ModelControllerT, UPostData postData
)
View Source

Parameters

postData  ModelControllerT, UPostData
ModelControllerT, UPostData containing the search and sort parameters

Return Value

IHttpActionResult
IHttpActionResult containing IEnumerableT or Exception
See Also