Config |
[SerializableAttribute] public abstract class ConfigBase : IConfig
The ConfigBase type exposes the following members.
Name | Description | |
---|---|---|
ConfigVersion | Current version of this configuration's instance. |
Name | Description | |
---|---|---|
GetConfigVersion | Current version of this configuration-instance. | |
ToString |
Uses reflection to compile a string containing all public properties.
(Overrides ObjectToString) | |
VersionChecker | Compares the version of this configuration-instance with the highest supported version of this configuration. |