Provides consistent context information between the client and server DataPortal objects.
ExecutionLocations
Enum representing the locations code can execute.
Dictionary type that is serializable with the SerializationFormatterFactory.GetFormatter().
Defines the interface for an application context manager type.
bool IsValid
Gets a value indicating whether this context manager is valid for use in the current environment.
IPrincipal GetUser()
Gets the current principal.
bool IsStatefulContext
Gets a value indicating whether this context manager is used in a stateful context (e....
void SetClientContext(ContextDictionary clientContext, ApplicationContext.ExecutionLocations executionLocation)
Sets the client context.
void SetUser(IPrincipal principal)
Sets the current principal.
void SetLocalContext(ContextDictionary localContext)
Sets the local context.
ContextDictionary GetClientContext(ApplicationContext.ExecutionLocations executionLocation)
Gets the client context.
ContextDictionary GetLocalContext()
Gets the local context.