|
Craig's Utility Library
4.0 Beta
|
XML config base class More...
Protected Member Functions | |
| XMLConfig () | |
| Constructor More... | |
Protected Member Functions inherited from Utilities.Configuration.Manager.BaseClasses.Config< ClassType > | |
| Config (Func< string, ConfigClassType > StringToObject=null, Func< ConfigClassType, string > ObjectToString=null) | |
| Constructor More... | |
Additional Inherited Members | |
Public Member Functions inherited from Utilities.Configuration.Manager.BaseClasses.Config< ClassType > | |
| void | Load () |
| Loads the config More... | |
| void | Save () |
| Saves the config More... | |
Properties inherited from Utilities.Configuration.Manager.BaseClasses.Config< ClassType > | |
| abstract string | Name [get] |
| Name of the Config object More... | |
| virtual string | ConfigFileLocation [get] |
| Location to save/load the config file from. If blank, it does not save/load but uses any defaults specified. More... | |
| virtual string | EncryptionPassword [get] |
| Encryption password for properties/fields. Used only if set. More... | |
XML config base class
| ClassType | Class type |
| ClassType | : | XMLConfig<ClassType> | |
| ClassType | : | new() |
Definition at line 32 of file XMLConfig.cs.
|
protected |
Constructor
Definition at line 38 of file XMLConfig.cs.