Method | Description | |
---|---|---|
Initialize ( |
||
Initialize ( |
||
SerializePath ( IPathStack path, object obj ) : void | ||
SessionAttribute ( ) : System | ||
SessionAttribute ( string key ) : System | ||
StoreBinding ( IHttpContext context, object value ) : void | ||
TryBinding ( IHttpContext context, IPathStack path, object &obj, int &overloadWeight ) : bool | ||
TryBinding ( IHttpContext context, object &obj ) : bool |
public Initialize ( |
||
parameter | ||
return | void |
public Initialize ( |
||
property | ||
return | void |
public SerializePath ( IPathStack path, object obj ) : void | ||
path | IPathStack | |
obj | object | |
return | void |
public SessionAttribute ( string key ) : System | ||
key | string | |
return | System |
public StoreBinding ( IHttpContext context, object value ) : void | ||
context | IHttpContext | |
value | object | |
return | void |
public TryBinding ( IHttpContext context, IPathStack path, object &obj, int &overloadWeight ) : bool | ||
context | IHttpContext | |
path | IPathStack | |
obj | object | |
overloadWeight | int | |
return | bool |
public TryBinding ( IHttpContext context, object &obj ) : bool | ||
context | IHttpContext | |
obj | object | |
return | bool |