CSLA.NET 6.0.0
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.Core.IContextManagerLocal Interface Reference

Subtype of IContextManager for use by LocalProxy. More...

Inheritance diagram for Csla.Core.IContextManagerLocal:
Csla.Core.IContextManager Csla.Core.ApplicationContextManagerAsyncLocal Csla.TestHelpers.ApplicationContextManagerUnitTests

Additional Inherited Members

- Public Member Functions inherited from Csla.Core.IContextManager
IPrincipal GetUser ()
 Gets the current principal. More...
 
void SetUser (IPrincipal principal)
 Sets the current principal. More...
 
ContextDictionary GetLocalContext ()
 Gets the local context. More...
 
void SetLocalContext (ContextDictionary localContext)
 Sets the local context. More...
 
ContextDictionary GetClientContext (ApplicationContext.ExecutionLocations executionLocation)
 Gets the client context. More...
 
void SetClientContext (ContextDictionary clientContext, ApplicationContext.ExecutionLocations executionLocation)
 Sets the client context. More...
 
- Properties inherited from Csla.Core.IContextManager
bool IsStatefulContext [get]
 Gets a value indicating whether this
context manager is used in a stateful context (e.g. More...
 
bool IsValid [get]
 Gets a value indicating whether this context manager is valid for use in the current environment. More...
 
ApplicationContext ApplicationContext [getset]
 Gets or sets a reference to the current ApplicationContext. More...
 

Detailed Description

Subtype of IContextManager for use by LocalProxy.

Definition at line 13 of file IContextManagerLocal.cs.