[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);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.