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.TestHelpers.ApplicationContextManagerUnitTests Class Reference
Inheritance diagram for Csla.TestHelpers.ApplicationContextManagerUnitTests:
Csla.Core.ApplicationContextManagerAsyncLocal Csla.Core.IContextManagerLocal Csla.Core.IContextManager

Properties

Guid InstanceId = Guid.NewGuid() [get]
 
DateTime CreatedAt = DateTime.Now [get]
 
- Properties inherited from Csla.Core.ApplicationContextManagerAsyncLocal
bool IsStatefulContext [get]
 Gets a value indicating whether the context manager is stateful. More...
 
bool IsValid [get]
 Returns a value indicating whether the context is valid. More...
 
ApplicationContext ApplicationContext [getset]
 Gets or sets a reference to the current ApplicationContext. 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...
 

Additional Inherited Members

- Public Member Functions inherited from Csla.Core.ApplicationContextManagerAsyncLocal
virtual IPrincipal GetUser ()
 Gets the current user principal. More...
 
virtual void SetUser (IPrincipal principal)
 Sets the current user principal. More...
 
ContextDictionary GetLocalContext ()
 Gets the local context dictionary. More...
 
void SetLocalContext (ContextDictionary localContext)
 Sets the local context dictionary. More...
 
ContextDictionary GetClientContext (ApplicationContext.ExecutionLocations executionLocation)
 Gets the client context dictionary. More...
 
void SetClientContext (ContextDictionary clientContext, ApplicationContext.ExecutionLocations executionLocation)
 Sets the client context dictionary. More...
 
- Protected Member Functions inherited from Csla.Core.ApplicationContextManagerAsyncLocal
virtual void OnApplicationContextSet ()
 Method called when the ApplicationContext property has been set to a new value. More...
 

Detailed Description

Definition at line 7 of file ApplicationContextManagerUnitTests.cs.

Property Documentation

◆ CreatedAt

DateTime Csla.TestHelpers.ApplicationContextManagerUnitTests.CreatedAt = DateTime.Now
get

Definition at line 11 of file ApplicationContextManagerUnitTests.cs.

◆ InstanceId

Guid Csla.TestHelpers.ApplicationContextManagerUnitTests.InstanceId = Guid.NewGuid()
get

Definition at line 9 of file ApplicationContextManagerUnitTests.cs.