C# Class SmartConfig.DataStores.XmlFile.XmlFileStore

Inheritance: IDataStore
Afficher le fichier Open project: he-dev/SmartConfig Class Usage Examples

Private Properties

Свойство Type Description
GetXSettings IEnumerable

Méthodes publiques

Méthode Description
GetSettings ( SettingPath path, object>.IReadOnlyDictionary namespaces ) : List
MapDataType ( Type settingType ) : Type
SaveSetting ( SettingPath path, object>.IReadOnlyDictionary namespaces, object value ) : int
SaveSettings ( object>.IReadOnlyDictionary settings, object>.IReadOnlyDictionary namespaces ) : int
XmlFileStore ( string fileName ) : System

Private Methods

Méthode Description
GetXSettings ( SettingPath name, object>.IReadOnlyDictionary namespaces ) : IEnumerable

Method Details

GetSettings() public méthode

public GetSettings ( SettingPath path, object>.IReadOnlyDictionary namespaces ) : List
path SettingPath
namespaces object>.IReadOnlyDictionary
Résultat List

MapDataType() public méthode

public MapDataType ( Type settingType ) : Type
settingType System.Type
Résultat System.Type

SaveSetting() public méthode

public SaveSetting ( SettingPath path, object>.IReadOnlyDictionary namespaces, object value ) : int
path SettingPath
namespaces object>.IReadOnlyDictionary
value object
Résultat int

SaveSettings() public méthode

public SaveSettings ( object>.IReadOnlyDictionary settings, object>.IReadOnlyDictionary namespaces ) : int
settings object>.IReadOnlyDictionary
namespaces object>.IReadOnlyDictionary
Résultat int

XmlFileStore() public méthode

public XmlFileStore ( string fileName ) : System
fileName string
Résultat System