Click or drag to resize

ModelControllerTGetSearchableList(ModelControllerTPostData, String) 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("{parentID?}/SearchableList")]
[HttpPostAttribute]
public virtual IHttpActionResult GetSearchableList(
	[FromBodyAttribute] ModelControllerTPostData postData,
	string parentID = null
)
View Source

Parameters

postData  ModelControllerTPostData
ModelControllerTPostData containing the search and sort parameters
parentID  String  (Optional)
Parent ID to be used if Table has a set Parent Key

Return Value

IHttpActionResult
IHttpActionResult containing IEnumerableT or Exception
See Also