|
ModelControllerT, UGetSearchableList(ModelControllerT, UPostData) Method
|
Gets all records from associated table, filtered and sorted as defined in postData.
Namespace: GSF.Web.ModelAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax [HttpPostAttribute]
[RouteAttribute("SearchableList")]
public virtual IHttpActionResult GetSearchableList(
[FromBodyAttribute] ModelControllerT, UPostData postData
)
<HttpPostAttribute>
<RouteAttribute("SearchableList")>
Public Overridable Function GetSearchableList (
<FromBodyAttribute> postData As ModelControllerT, UPostData
) As IHttpActionResult
public:
[HttpPostAttribute]
[RouteAttribute(L"SearchableList")]
virtual IHttpActionResult^ GetSearchableList(
[FromBodyAttribute] ModelControllerT, UPostData^ postData
)
[<HttpPostAttribute>]
[<RouteAttribute("SearchableList")>]
abstract GetSearchableList :
[<FromBodyAttribute>] postData : ModelControllerT, UPostData -> IHttpActionResult
[<HttpPostAttribute>]
[<RouteAttribute("SearchableList")>]
override GetSearchableList :
[<FromBodyAttribute>] postData : ModelControllerT, UPostData -> IHttpActionResult
function GetSearchableList(postData);
View SourceParameters
- postData ModelControllerT, UPostData
- ModelControllerT, UPostData containing the search and sort parameters
Return Value
IHttpActionResultIHttpActionResult containing
IEnumerableT or
ExceptionSee Also