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
SystemObject
  SD.LLBLGen.Pro.ApplicationCore.ConfigurationCoreStateSingleton

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Configuration
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.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