| 
            
              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.258-beta
Syntax[RouteAttribute("SearchableList")]
[HttpPostAttribute]
public virtual IHttpActionResult GetSearchableList(
	[FromBodyAttribute] ModelControllerT, UPostData postData
)<RouteAttribute("SearchableList")>
<HttpPostAttribute>
Public Overridable Function GetSearchableList ( 
	<FromBodyAttribute> postData As ModelControllerT, UPostData
) As IHttpActionResultpublic:
[RouteAttribute(L"SearchableList")]
[HttpPostAttribute]
virtual IHttpActionResult^ GetSearchableList(
	[FromBodyAttribute] ModelControllerT, UPostData^ postData
)
[<RouteAttribute("SearchableList")>]
[<HttpPostAttribute>]
abstract GetSearchableList : 
        [<FromBodyAttribute>] postData : ModelControllerT, UPostData -> IHttpActionResult 
[<RouteAttribute("SearchableList")>]
[<HttpPostAttribute>]
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 
Exception
See Also