Method | Description | |
---|---|---|
ClearParameter ( string name ) : void | ||
GetParameterNames ( ) : IEnumerable |
||
Resolve ( ) : string | ||
SetParameter ( string name, string>.IDictionary |
||
SetParameter ( string name, IEnumerable |
||
SetParameter ( string name, object value ) : void | ||
SetParameter ( string name, string value ) : void | ||
ToString ( ) : string | ||
UriTemplate ( string template, bool resolvePartially = false, bool caseInsensitiveParameterNames = false ) : System |
Method | Description | |
---|---|---|
GetOperator ( char operatorIndicator ) : |
||
IsVarNameChar ( char c ) : bool | ||
ProcessExpression ( StringBuilder currentExpression ) : void | ||
ProcessVariable ( |
public SetParameter ( string name, string>.IDictionary |
||
name | string | |
value | string>.IDictionary | |
return | void |
public SetParameter ( string name, IEnumerable |
||
name | string | |
value | IEnumerable |
|
return | void |
public SetParameter ( string name, object value ) : void | ||
name | string | |
value | object | |
return | void |
public SetParameter ( string name, string value ) : void | ||
name | string | |
value | string | |
return | void |
public UriTemplate ( string template, bool resolvePartially = false, bool caseInsensitiveParameterNames = false ) : System | ||
template | string | |
resolvePartially | bool | |
caseInsensitiveParameterNames | bool | |
return | System |