Class GlobalData
Provides static access to global application data and configuration values.
public static class GlobalData
- Inheritance
-
GlobalData
- Inherited Members
Fields
Data
public static Dictionary<string, object> Data
Field Value
Methods
AddData(string, object)
Adds or updates a key-value pair in the data store. If the key already exists, its value is replaced; otherwise, a new entry is created.
public static void AddData(string key, object value)