C# Class System.Configuration.ProviderSettings

Inheritance: ConfigurationElement
Datei anzeigen Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
GetProperty string
SetProperty bool
UpdatePropertyCollection bool

Public Methods

Method Description
ProviderSettings ( ) : System
ProviderSettings ( String name, String type ) : System

Protected Methods

Method Description
IsModified ( ) : bool
OnDeserializeUnrecognizedAttribute ( String name, String value ) : bool
Reset ( ConfigurationElement parentElement ) : void
Unmerge ( ConfigurationElement sourceElement, ConfigurationElement parentElement, ConfigurationSaveMode saveMode ) : void

Private Methods

Method Description
GetProperty ( string PropName ) : string
SetProperty ( string PropName, string value ) : bool
UpdatePropertyCollection ( ) : bool

Method Details

IsModified() protected method

protected IsModified ( ) : bool
return bool

OnDeserializeUnrecognizedAttribute() protected method

protected OnDeserializeUnrecognizedAttribute ( String name, String value ) : bool
name String
value String
return bool

ProviderSettings() public method

public ProviderSettings ( ) : System
return System

ProviderSettings() public method

public ProviderSettings ( String name, String type ) : System
name String
type String
return System

Reset() protected method

protected Reset ( ConfigurationElement parentElement ) : void
parentElement ConfigurationElement
return void

Unmerge() protected method

protected Unmerge ( ConfigurationElement sourceElement, ConfigurationElement parentElement, ConfigurationSaveMode saveMode ) : void
sourceElement ConfigurationElement
parentElement ConfigurationElement
saveMode ConfigurationSaveMode
return void