C# 클래스 SmartConfig.DataStores.XmlFile.XmlFileStore

상속: IDataStore
파일 보기 프로젝트 열기: he-dev/SmartConfig 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetXSettings IEnumerable

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetXSettings ( SettingPath name, object>.IReadOnlyDictionary namespaces ) : IEnumerable

메소드 상세

GetSettings() 공개 메소드

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

MapDataType() 공개 메소드

public MapDataType ( Type settingType ) : Type
settingType System.Type
리턴 System.Type

SaveSetting() 공개 메소드

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

SaveSettings() 공개 메소드

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

XmlFileStore() 공개 메소드

public XmlFileStore ( string fileName ) : System
fileName string
리턴 System