Click or drag to resize

ModelController<T, U> .GetSearchableList(ModelController<T, U> .PostData) 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.249-beta
Syntax
[RouteAttribute("SearchableList")]
[HttpPostAttribute]
public virtual IHttpActionResult GetSearchableList(
	[FromBodyAttribute] ModelController<T, U> .PostData postData
)
View Source

Parameters

postData  ModelController<T, U>.PostData
ModelController<T, U> .PostData containing the search and sort parameters

Return Value

IHttpActionResult
IHttpActionResult containing IEnumerable<T> or Exception
See Also