[RouteAttribute("SearchableList")] [HttpPostAttribute] public virtual IHttpActionResult GetSearchableList( [FromBodyAttribute] ModelController<T, U> .PostData postData )
<RouteAttribute("SearchableList")> <HttpPostAttribute> Public Overridable Function GetSearchableList ( <FromBodyAttribute> postData As ModelController<T, U> .PostData ) As IHttpActionResult
public: [RouteAttribute(L"SearchableList")] [HttpPostAttribute] virtual IHttpActionResult^ GetSearchableList( [FromBodyAttribute] ModelController<T, U> .PostData^ postData )
[<RouteAttribute("SearchableList")>] [<HttpPostAttribute>] abstract GetSearchableList : [<FromBodyAttribute>] postData : ModelController<T, U> .PostData -> IHttpActionResult [<RouteAttribute("SearchableList")>] [<HttpPostAttribute>] override GetSearchableList : [<FromBodyAttribute>] postData : ModelController<T, U> .PostData -> IHttpActionResult
function GetSearchableList(postData);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.