[HttpGetAttribute] [RouteAttribute("{parentID}/{sort}/{ascending:int}")] public virtual IHttpActionResult Get( string parentID, string sort, int ascending )
<HttpGetAttribute> <RouteAttribute("{parentID}/{sort}/{ascending:int}")> Public Overridable Function Get ( parentID As String, sort As String, ascending As Integer ) As IHttpActionResult
public: [HttpGetAttribute] [RouteAttribute(L"{parentID}/{sort}/{ascending:int}")] virtual IHttpActionResult^ Get( String^ parentID, String^ sort, int ascending )
[<HttpGetAttribute>] [<RouteAttribute("{parentID}/{sort}/{ascending:int}")>] abstract Get : parentID : string * sort : string * ascending : int -> IHttpActionResult [<HttpGetAttribute>] [<RouteAttribute("{parentID}/{sort}/{ascending:int}")>] override Get : parentID : string * sort : string * ascending : int -> IHttpActionResult
function Get(parentID, sort, ascending);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.