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

Afficher le fichier Open project: Top-Cat/SteamBot Class Usage Examples

Méthodes publiques

Свойство Type Description
DefaultProvider string
Enabled bool
ProviderType string

Protected Properties

Свойство Type Description
OriginallyEnabled bool
defaults Options
sectionName string
typeName string
values Options

Méthodes publiques

Méthode Description
GetDefaults ( ) : void
Initialize ( WebConfig wc ) : void
Save ( WebConfig wc ) : void

Méthodes protégées

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

Method Details

GetBoolValue() protected méthode

protected GetBoolValue ( string s, bool defaultValue ) : bool
s string
defaultValue bool
Résultat bool

GetDefaults() public méthode

public GetDefaults ( ) : void
Résultat void

GetMachineSettings() protected abstract méthode

protected abstract GetMachineSettings ( ) : ProviderSettings
Résultat System.Configuration.ProviderSettings

GetStringValue() protected méthode

protected GetStringValue ( string s ) : string
s string
Résultat string

Initialize() public méthode

public Initialize ( WebConfig wc ) : void
wc WebConfig
Résultat void

Save() public méthode

public Save ( WebConfig wc ) : void
wc WebConfig
Résultat void

SaveProvider() protected méthode

protected SaveProvider ( XmlElement provider ) : void
provider System.Xml.XmlElement
Résultat void

Property Details

DefaultProvider public_oe property

public string DefaultProvider
Résultat string

Enabled public_oe property

public bool Enabled
Résultat bool

OriginallyEnabled protected_oe property

protected bool OriginallyEnabled
Résultat bool

ProviderType public_oe property

public string ProviderType
Résultat string

defaults protected_oe property

protected Options,MySql.Data.VisualStudio.WebConfig defaults
Résultat Options

sectionName protected_oe property

protected string sectionName
Résultat string

typeName protected_oe property

protected string typeName
Résultat string

values protected_oe property

protected Options,MySql.Data.VisualStudio.WebConfig values
Résultat Options