Метод | Описание | |
---|---|---|
Augment ( |
Augments the given configuration data set with the changes tracked since the version of the given configuration data set.
|
|
Load ( ) : |
Loads the entire configuration data set from scratch.
|
Метод | Описание | |
---|---|---|
ConfigurationLoaderBase ( ) : System |
Creates a new ConfigurationLoaderBase instance.
|
|
OnProcessException ( MessageLevel level, |
Raises the ProcessException event. |
|
OnStatusMessage ( MessageLevel level, string status, string eventName = null, MessageFlags flags = MessageFlags.None ) : void |
Raises the StatusMessage event and sends this data to the Logger. |
public abstract Augment ( |
||
configuration | The configuration data set to be augmented. | |
Результат | void |
protected ConfigurationLoaderBase ( ) : System | ||
Результат | System |
protected OnProcessException ( MessageLevel level, |
||
level | MessageLevel | The |
exception | Processing |
|
eventName | string | A fixed string to classify this event; defaults to |
flags | MessageFlags | |
Результат | void |
protected OnStatusMessage ( MessageLevel level, string status, string eventName = null, MessageFlags flags = MessageFlags.None ) : void | ||
level | MessageLevel | The |
status | string | New status message. |
eventName | string | A fixed string to classify this event; defaults to |
flags | MessageFlags | |
Результат | void |