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