|
ModelControllerTGetExtendedSearchableList Method
|
Namespace:
GSF.Web.Model
Assembly:
GSF.Web (in GSF.Web.dll) Version: 2.3.457-beta
Syntax [HttpPostAttribute]
[RouteAttribute("ExtendedSearchableList")]
public virtual IHttpActionResult GetExtendedSearchableList(
[FromBodyAttribute] ModelControllerTPostData postData
)
<HttpPostAttribute>
<RouteAttribute("ExtendedSearchableList")>
Public Overridable Function GetExtendedSearchableList (
<FromBodyAttribute> postData As ModelControllerTPostData
) As IHttpActionResult
public:
[HttpPostAttribute]
[RouteAttribute(L"ExtendedSearchableList")]
virtual IHttpActionResult^ GetExtendedSearchableList(
[FromBodyAttribute] ModelControllerTPostData^ postData
)
[<HttpPostAttribute>]
[<RouteAttribute("ExtendedSearchableList")>]
abstract GetExtendedSearchableList :
[<FromBodyAttribute>] postData : ModelControllerTPostData -> IHttpActionResult
[<HttpPostAttribute>]
[<RouteAttribute("ExtendedSearchableList")>]
override GetExtendedSearchableList :
[<FromBodyAttribute>] postData : ModelControllerTPostData -> IHttpActionResult
function GetExtendedSearchableList(postData);
Request Example
View SourceParameters
- postData
- Type: GSF.Web.ModelModelControllerTPostData
Return Value
Type:
IHttpActionResultSee Also