Method | Description | |
---|---|---|
GetAllObjectContexts ( ) : IEnumerable |
||
GetObjectContextForKey ( string key ) : ObjectContext | ||
SetObjectContextForKey ( string factoryKey, ObjectContext session ) : void | ||
WebObjectContextStorage ( System.Web.HttpApplication app ) : System |
Method | Description | |
---|---|---|
GetSimpleObjectContextStorage ( ) : |
public GetAllObjectContexts ( ) : IEnumerable |
||
return | IEnumerable |
public GetObjectContextForKey ( string key ) : ObjectContext | ||
key | string | |
return | ObjectContext |
public SetObjectContextForKey ( string factoryKey, ObjectContext session ) : void | ||
factoryKey | string | |
session | ObjectContext | |
return | void |
public WebObjectContextStorage ( System.Web.HttpApplication app ) : System | ||
app | System.Web.HttpApplication | |
return | System |