Property | Type | Description | |
---|---|---|---|
FormatQueryParameterValue | string>.Func | ||
FormatVariable | string>.Func |
Method | Description | |
---|---|---|
Apply ( object request, string httpMethod ) : |
||
FormatQueryParameters ( object request ) : string | ||
RestRoute ( |
Method | Description | |
---|---|---|
AppendError ( string msg ) : void | ||
GetQueryProperties ( |
||
GetQueryString ( object request, RouteMember>.IDictionary |
||
GetUrlVariables ( string path ) : IEnumerable |
public Apply ( object request, string httpMethod ) : |
||
request | object | |
httpMethod | string | |
return |
public FormatQueryParameters ( object request ) : string | ||
request | object | |
return | string |
public RestRoute ( |
||
type | ||
path | string | |
verbs | string | |
priority | int | |
return | System.Reflection |
public static Func FormatQueryParameterValue | ||
return | string>.Func |