C# Class MySql.Data.VisualStudio.WebConfig.GenericConfig

Exibir arquivo Open project: Top-Cat/SteamBot Class Usage Examples

Public Properties

Property Type Description
DefaultProvider string
Enabled bool
ProviderType string

Protected Properties

Property Type Description
OriginallyEnabled bool
defaults Options
sectionName string
typeName string
values Options

Public Methods

Method Description
GetDefaults ( ) : void
Initialize ( WebConfig wc ) : void
Save ( WebConfig wc ) : void

Protected Methods

Method Description
GetBoolValue ( string s, bool defaultValue ) : bool
GetMachineSettings ( ) : ProviderSettings
GetStringValue ( string s ) : string
SaveProvider ( XmlElement provider ) : void

Method Details

GetBoolValue() protected method

protected GetBoolValue ( string s, bool defaultValue ) : bool
s string
defaultValue bool
return bool

GetDefaults() public method

public GetDefaults ( ) : void
return void

GetMachineSettings() protected abstract method

protected abstract GetMachineSettings ( ) : ProviderSettings
return System.Configuration.ProviderSettings

GetStringValue() protected method

protected GetStringValue ( string s ) : string
s string
return string

Initialize() public method

public Initialize ( WebConfig wc ) : void
wc WebConfig
return void

Save() public method

public Save ( WebConfig wc ) : void
wc WebConfig
return void

SaveProvider() protected method

protected SaveProvider ( XmlElement provider ) : void
provider System.Xml.XmlElement
return void

Property Details

DefaultProvider public_oe property

public string DefaultProvider
return string

Enabled public_oe property

public bool Enabled
return bool

OriginallyEnabled protected_oe property

protected bool OriginallyEnabled
return bool

ProviderType public_oe property

public string ProviderType
return string

defaults protected_oe property

protected Options,MySql.Data.VisualStudio.WebConfig defaults
return Options

sectionName protected_oe property

protected string sectionName
return string

typeName protected_oe property

protected string typeName
return string

values protected_oe property

protected Options,MySql.Data.VisualStudio.WebConfig values
return Options