Property | Type | Description | |
---|---|---|---|
CreateEnumerator | |||
IDictionary | void | ||
IEnumerable | IEnumerator |
Method | Description | |
---|---|---|
Add ( object key, object value ) : void | ||
AttachEventCartridge ( |
returns the user data context that we are wrapping Returns the base context that we are wrapping. Here, its this, but for other thing like VM related context contortions, it can be something else
|
|
Clear ( ) : void | ||
Contains ( object key ) : bool | ||
ContainsKey ( Object key ) : bool | ||
CopyTo ( |
||
Get ( String key ) : Object | ||
GetEnumerator ( ) : IDictionaryEnumerator | ||
ICacheGet ( Object key ) : IntrospectionCacheData | ||
ICachePut ( Object key, IntrospectionCacheData o ) : void | ||
InternalContextAdapterImpl ( IContext c ) : System |
CTOR takes a Context and wraps it, delegating all 'data' calls to it. For support of internal contexts, it will create an InternalContextBase if need be.
|
|
PopCurrentTemplateName ( ) : void | ||
PushCurrentTemplateName ( String s ) : void | ||
Put ( String key, Object value ) : Object | ||
Remove ( Object key ) : Object | ||
this ( object key ) : object |
Method | Description | |
---|---|---|
CreateEnumerator ( ) : |
||
IDictionary ( Object key ) : void | ||
IEnumerable ( ) : IEnumerator |
public Add ( object key, object value ) : void | ||
key | object | |
value | object | |
return | void |
public AttachEventCartridge ( |
||
eventCartridge | ||
return |
public CopyTo ( |
||
array | ||
index | int | |
return | void |
public GetEnumerator ( ) : IDictionaryEnumerator | ||
return | IDictionaryEnumerator |
public ICacheGet ( Object key ) : IntrospectionCacheData | ||
key | Object | |
return | IntrospectionCacheData |
public ICachePut ( Object key, IntrospectionCacheData o ) : void | ||
key | Object | |
o | IntrospectionCacheData | |
return | void |
public InternalContextAdapterImpl ( IContext c ) : System | ||
c | IContext | |
return | System |
public PushCurrentTemplateName ( String s ) : void | ||
s | String | |
return | void |
public Put ( String key, Object value ) : Object | ||
key | String | |
value | Object | |
return | Object |