![]() |
CSLA .NET 10.0.0
A home for your business logic
|
ApplicationContextManager for Windows Forms applications. More...
Public Member Functions | |||||
| override IPrincipal | GetUser () | ||||
| Gets the current principal. | |||||
| override void | SetUser (IPrincipal principal) | ||||
Sets the current principal.
| |||||
| Public Member Functions inherited from Csla.Core.ApplicationContextManager | |||||
| IContextDictionary? | GetLocalContext () | ||||
| Gets the local context dictionary. | |||||
| void | SetLocalContext (IContextDictionary? localContext) | ||||
| Sets the local context dictionary. | |||||
| IContextDictionary? | GetClientContext (ApplicationContext.ExecutionLocations executionLocation) | ||||
| Gets the client context dictionary. | |||||
| void | SetClientContext (IContextDictionary? clientContext, ApplicationContext.ExecutionLocations executionLocation) | ||||
| Sets the client context dictionary. | |||||
Additional Inherited Members | |
| Protected Member Functions inherited from Csla.Core.ApplicationContextManager | |
| virtual void | OnApplicationContextSet () |
| Method called when the ApplicationContext property has been set to a new value. | |
| Properties inherited from Csla.Core.ApplicationContextManager | |
| bool | IsStatefulContext [get] |
| Gets a value indicating whether the context manager is stateful. | |
| bool | IsValid [get] |
| Returns a value indicating whether the context is valid. | |
| ApplicationContext? | ApplicationContext [get, set] |
| Gets or sets a reference to the current ApplicationContext. | |
ApplicationContextManager for Windows Forms applications.
| securityOptions |
|
inlinevirtual |
Gets the current principal.
Reimplemented from Csla.Core.ApplicationContextManager.
|
inlinevirtual |
Sets the current principal.
| principal | Principal object. |
| ArgumentNullException | principal is null. |
Reimplemented from Csla.Core.ApplicationContextManager.