Click or drag to resize

ModelControllerTGetSearchableList(ModelControllerTPostData) 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.158-beta
Syntax
[RouteAttribute("SearchableList")]
[HttpPostAttribute]
public virtual IHttpActionResult GetSearchableList(
	[FromBodyAttribute] ModelControllerTPostData postData
)
View Source

Parameters

postData  ModelControllerTPostData
ModelControllerTPostData containing the search and sort parameters

Return Value

IHttpActionResult
IHttpActionResult containing IEnumerableT or Exception
See Also