Configuration File
To handle multiple configuration files.
Class Overview
namespace Chase.CommonLib.FileSystem.Configuration
{
public class ConfigurationFile<T> where T : ConfigurationFile<T>, new()
{
// Class members and methods
}
}Class Constraints
Properties
Path Property
Path Property[JsonIgnore]
public string Path { get; set; } = "";Events
ConfigurationSaved Event
ConfigurationSaved EventConfigurationLoaded Event
ConfigurationLoaded EventMethods
Save() Method
Save() MethodLoad() Method
Load() MethodExample Usage
Last updated