C# Class FeedBuilder.FeedBuilderSettingsProvider

Inheritance: System.Configuration.SettingsProvider, IApplicationSettingsProvider
Mostra file Open project: synhershko/NAppUpdate Class Usage Examples

Private Properties

Property Type Description
GetValue string
IsRoaming bool
SetSerializedValue void
SetValue void

Public Methods

Method Description
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

Private Methods

Method Description
GetValue ( SettingsProperty setting ) : string
IsRoaming ( SettingsProperty prop ) : bool
SetSerializedValue ( XmlElement node, SettingsPropertyValue propVal ) : void
SetValue ( SettingsPropertyValue propVal ) : void

Method Details

GetAppSettingsFilename() public method

public GetAppSettingsFilename ( ) : string
return string

GetAppSettingsPath() public method

public GetAppSettingsPath ( ) : string
return string

GetPreviousVersion() public method

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

GetPropertyValues() public method

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

Initialize() public method

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

LoadFrom() public method

public LoadFrom ( string filename ) : void
filename string
return void

Reset() public method

public Reset ( SettingsContext context ) : void
context System.Configuration.SettingsContext
return void

SaveAs() public method

public SaveAs ( string filename ) : void
filename string
return void

SetPropertyValues() public method

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

Upgrade() public method

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