C# Class SmartConfig.DataStores.XmlFile.XmlFileStore

Inheritance: IDataStore
Exibir arquivo Open project: he-dev/SmartConfig Class Usage Examples

Private Properties

Property Type Description
GetXSettings IEnumerable

Public Methods

Method 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

Method Description
GetXSettings ( SettingPath name, object>.IReadOnlyDictionary namespaces ) : IEnumerable

Method Details

GetSettings() public method

public GetSettings ( SettingPath path, object>.IReadOnlyDictionary namespaces ) : List
path SettingPath
namespaces object>.IReadOnlyDictionary
return List

MapDataType() public method

public MapDataType ( Type settingType ) : Type
settingType System.Type
return System.Type

SaveSetting() public method

public SaveSetting ( SettingPath path, object>.IReadOnlyDictionary namespaces, object value ) : int
path SettingPath
namespaces object>.IReadOnlyDictionary
value object
return int

SaveSettings() public method

public SaveSettings ( object>.IReadOnlyDictionary settings, object>.IReadOnlyDictionary namespaces ) : int
settings object>.IReadOnlyDictionary
namespaces object>.IReadOnlyDictionary
return int

XmlFileStore() public method

public XmlFileStore ( string fileName ) : System
fileName string
return System