C# 클래스 ThemeEditor.WPF.XmlSettingsProvider

상속: System.Configuration.SettingsProvider
파일 보기 프로젝트 열기: usagirei/3DS-Theme-Editor

공개 메소드들

메소드 설명
GetPropertyValues ( SettingsContext context, SettingsPropertyCollection collection ) : SettingsPropertyValueCollection
Initialize ( string name, NameValueCollection config ) : void
SetPropertyValues ( SettingsContext context, SettingsPropertyValueCollection collection ) : void
XmlDeserializeProperty ( string objectData, Type type ) : object
XmlSerializeProperty ( XmlWriter writer, SettingsPropertyValue value ) : void

비공개 메소드들

메소드 설명
IsUserScope ( SettingsProperty property ) : bool

메소드 상세

GetPropertyValues() 공개 메소드

public GetPropertyValues ( SettingsContext context, SettingsPropertyCollection collection ) : SettingsPropertyValueCollection
context System.Configuration.SettingsContext
collection System.Configuration.SettingsPropertyCollection
리턴 System.Configuration.SettingsPropertyValueCollection

Initialize() 공개 메소드

public Initialize ( string name, NameValueCollection config ) : void
name string
config System.Collections.Specialized.NameValueCollection
리턴 void

SetPropertyValues() 공개 메소드

public SetPropertyValues ( SettingsContext context, SettingsPropertyValueCollection collection ) : void
context System.Configuration.SettingsContext
collection System.Configuration.SettingsPropertyValueCollection
리턴 void

XmlDeserializeProperty() 공개 정적인 메소드

public static XmlDeserializeProperty ( string objectData, Type type ) : object
objectData string
type System.Type
리턴 object

XmlSerializeProperty() 공개 정적인 메소드

public static XmlSerializeProperty ( XmlWriter writer, SettingsPropertyValue value ) : void
writer System.Xml.XmlWriter
value System.Configuration.SettingsPropertyValue
리턴 void