Method | Description | |
---|---|---|
PathAttribute ( ) : System | ||
PathAttribute ( string preceedingPath ) : System | ||
PathAttribute ( string pathResourceBaseName, string pathResourceKey ) : System | ||
PathAttribute ( string pathResourceAssembly, string pathResourceBaseName, string pathResourceKey ) : System |
Method | Description | |
---|---|---|
Initialize ( |
||
Initialize ( |
||
Initialize ( |
||
SerializePath ( IPathStack path, object value ) : void | ||
TryBinding ( IHttpContext context, IPathStack path, object &value, int &overloadWeight ) : bool | ||
TryBinding ( IHttpContext context, object &value ) : bool |
Method | Description | |
---|---|---|
InitializeDeserializer ( ) : void | ||
InitializeResourcePath ( |
||
TryBinding ( IPathStack path, object &obj ) : bool |
protected Initialize ( |
||
method | ||
return | void |
protected Initialize ( |
||
parameter | ||
return | void |
protected Initialize ( |
||
property | ||
return | void |
public PathAttribute ( string preceedingPath ) : System | ||
preceedingPath | string | |
return | System |
public PathAttribute ( string pathResourceBaseName, string pathResourceKey ) : System | ||
pathResourceBaseName | string | |
pathResourceKey | string | |
return | System |
public PathAttribute ( string pathResourceAssembly, string pathResourceBaseName, string pathResourceKey ) : System | ||
pathResourceAssembly | string | |
pathResourceBaseName | string | |
pathResourceKey | string | |
return | System |
protected SerializePath ( IPathStack path, object value ) : void | ||
path | IPathStack | |
value | object | |
return | void |
protected TryBinding ( IHttpContext context, IPathStack path, object &value, int &overloadWeight ) : bool | ||
context | IHttpContext | |
path | IPathStack | |
value | object | |
overloadWeight | int | |
return | bool |
protected TryBinding ( IHttpContext context, object &value ) : bool | ||
context | IHttpContext | |
value | object | |
return | bool |