Свойство | Type | Description | |
---|---|---|---|
CreateSetting | Setting | ||
GetSchema | |||
GetSettingsValue | string | ||
InitialiseFileWatcher | void | ||
LoadDocument | System.Xml.Linq.XDocument | ||
LoadSectionsFromXML | void | ||
LoadStream | void | ||
OpenConfigFileForReadWithoutBlocking | |||
ResetConfigStream | void | ||
StartWatchingFileForChanges | void | ||
ValidateConfigFile | void | ||
ValidateFileAndRaiseSettingsChanged | void |
Méthode | Description | |
---|---|---|
XmlConfigurationLoader ( IContext context, Stream configStream ) : System | ||
XmlConfigurationLoader ( IContext context, Stream configStream, List |
||
XmlConfigurationLoader ( IContext context, Stream configStream, List |
||
XmlConfigurationLoader ( IContext context, string filePath ) : System | ||
XmlConfigurationLoader ( IContext context, string filePath, List |
||
XmlConfigurationLoader ( IContext context, string filePath, List |
Méthode | Description | |
---|---|---|
LoadSectionSettings ( System.Xml.Linq.XElement sectionElement ) : ISettingsList | ||
LoadSections ( ) : void |
Méthode | Description | |
---|---|---|
CreateSetting ( System.Xml.Linq.XElement settingNode ) : Setting | ||
GetSchema ( ) : |
||
GetSettingsValue ( System.Xml.Linq.XElement settingNode ) : string | ||
InitialiseFileWatcher ( ) : void | ||
LoadDocument ( ) : System.Xml.Linq.XDocument | ||
LoadSectionsFromXML ( ) : void | ||
LoadStream ( Stream configStream ) : void | ||
OpenConfigFileForReadWithoutBlocking ( ) : |
||
ResetConfigStream ( ) : void | ||
StartWatchingFileForChanges ( ) : void | ||
ValidateConfigFile ( ) : void | ||
ValidateFileAndRaiseSettingsChanged ( ) : void |
protected LoadSectionSettings ( System.Xml.Linq.XElement sectionElement ) : ISettingsList | ||
sectionElement | System.Xml.Linq.XElement | |
Résultat | ISettingsList |
public XmlConfigurationLoader ( IContext context, Stream configStream ) : System | ||
context | IContext | |
configStream | Stream | |
Résultat | System |
public XmlConfigurationLoader ( IContext context, Stream configStream, List |
||
context | IContext | |
configStream | Stream | |
validators | List |
|
Résultat | System |
public XmlConfigurationLoader ( IContext context, Stream configStream, List |
||
context | IContext | |
configStream | Stream | |
validators | List |
|
typeAliases | Type>.Dictionary | |
Résultat | System |
public XmlConfigurationLoader ( IContext context, string filePath ) : System | ||
context | IContext | |
filePath | string | |
Résultat | System |
public XmlConfigurationLoader ( IContext context, string filePath, List |
||
context | IContext | |
filePath | string | |
validators | List |
|
Résultat | System |
public XmlConfigurationLoader ( IContext context, string filePath, List |
||
context | IContext | |
filePath | string | |
validators | List |
|
typeAliases | Type>.Dictionary | |
Résultat | System |