메소드 | 설명 | |
---|---|---|
ClearParameter ( string name ) : void | ||
CreateMatchingRegex ( string uriTemplate ) : string | ||
CreateMatchingRegex2 ( string uriTemplate ) : string | ||
GetParameterNames ( ) : IEnumerable |
||
GetParameters ( |
||
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 |
메소드 | 설명 | |
---|---|---|
GetExpression ( List |
||
GetOperator ( char operatorIndicator ) : Tavis.UriTemplates.OperatorInfo | ||
GetQueryExpression ( List |
||
IsVarNameChar ( char c ) : bool | ||
ProcessExpression ( StringBuilder currentExpression, Result result ) : void | ||
ProcessVariable ( Tavis.UriTemplates.VarSpec varSpec, Result result, bool multiVariableExpression = false ) : bool | ||
ResolveResult ( ) : Result |
public static CreateMatchingRegex ( string uriTemplate ) : string | ||
uriTemplate | string | |
리턴 | string |
public static CreateMatchingRegex2 ( string uriTemplate ) : string | ||
uriTemplate | string | |
리턴 | string |
public GetParameters ( |
||
uri | ||
리턴 | object>.IDictionary |
public SetParameter ( string name, string>.IDictionary |
||
name | string | |
value | string>.IDictionary | |
리턴 | void |
public SetParameter ( string name, IEnumerable |
||
name | string | |
value | IEnumerable |
|
리턴 | void |
public SetParameter ( string name, object value ) : void | ||
name | string | |
value | object | |
리턴 | void |
public SetParameter ( string name, string value ) : void | ||
name | string | |
value | string | |
리턴 | void |
public UriTemplate ( string template, bool resolvePartially = false, bool caseInsensitiveParameterNames = false ) : System | ||
template | string | |
resolvePartially | bool | |
caseInsensitiveParameterNames | bool | |
리턴 | System |