Click or drag to resize

CoreStateSingleton Class

Singleton provider for the core application state. This core state is more about static data used everywhere in the system
Inheritance Hierarchy
System.Object
  SD.LLBLGen.Pro.ApplicationCore.Configuration.CoreStateSingleton

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Configuration
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.7.0.0 (5.7.0)
Syntax
public static class CoreStateSingleton

The CoreStateSingleton type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetInstance
Gets the singleton instance.
Top
See Also