C# 클래스 FeedBuilder.FeedBuilderSettingsProvider

상속: System.Configuration.SettingsProvider, IApplicationSettingsProvider
파일 보기 프로젝트 열기: synhershko/NAppUpdate 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetValue string
IsRoaming bool
SetSerializedValue void
SetValue void

공개 메소드들

메소드 설명
GetAppSettingsFilename ( ) : string
GetAppSettingsPath ( ) : string
GetPreviousVersion ( SettingsContext context, SettingsProperty property ) : SettingsPropertyValue
GetPropertyValues ( SettingsContext context, SettingsPropertyCollection props ) : SettingsPropertyValueCollection
Initialize ( string name, NameValueCollection col ) : void
LoadFrom ( string filename ) : void
Reset ( SettingsContext context ) : void
SaveAs ( string filename ) : void
SetPropertyValues ( SettingsContext context, SettingsPropertyValueCollection propvals ) : void
Upgrade ( SettingsContext context, SettingsPropertyCollection properties ) : void

비공개 메소드들

메소드 설명
GetValue ( SettingsProperty setting ) : string
IsRoaming ( SettingsProperty prop ) : bool
SetSerializedValue ( XmlElement node, SettingsPropertyValue propVal ) : void
SetValue ( SettingsPropertyValue propVal ) : void

메소드 상세

GetAppSettingsFilename() 공개 메소드

public GetAppSettingsFilename ( ) : string
리턴 string

GetAppSettingsPath() 공개 메소드

public GetAppSettingsPath ( ) : string
리턴 string

GetPreviousVersion() 공개 메소드

public GetPreviousVersion ( SettingsContext context, SettingsProperty property ) : SettingsPropertyValue
context System.Configuration.SettingsContext
property System.Configuration.SettingsProperty
리턴 System.Configuration.SettingsPropertyValue

GetPropertyValues() 공개 메소드

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

Initialize() 공개 메소드

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

LoadFrom() 공개 메소드

public LoadFrom ( string filename ) : void
filename string
리턴 void

Reset() 공개 메소드

public Reset ( SettingsContext context ) : void
context System.Configuration.SettingsContext
리턴 void

SaveAs() 공개 메소드

public SaveAs ( string filename ) : void
filename string
리턴 void

SetPropertyValues() 공개 메소드

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

Upgrade() 공개 메소드

public Upgrade ( SettingsContext context, SettingsPropertyCollection properties ) : void
context System.Configuration.SettingsContext
properties System.Configuration.SettingsPropertyCollection
리턴 void