C# Class System.Configuration.SectionInformation

Show file Open project: kumpera/mono Class Usage Examples

Private Properties

Property Type Description
ForceDeclaration void
RevertToParent void
SectionInformation System.Collections
SetName void
SetParentSection void

Public Methods

Method Description
ForceDeclaration ( ) : void
GetParentSection ( ) : ConfigurationSection
GetRawXml ( ) : string
ProtectSection ( string provider ) : void
SetRawXml ( string xml ) : void
UnprotectSection ( ) : void

Private Methods

Method Description
ForceDeclaration ( bool require ) : void
RevertToParent ( ) : void
SectionInformation ( ) : System.Collections
SetName ( string name ) : void
SetParentSection ( ConfigurationSection parent ) : void

Method Details

ForceDeclaration() public method

public ForceDeclaration ( ) : void
return void

GetParentSection() public method

public GetParentSection ( ) : ConfigurationSection
return ConfigurationSection

GetRawXml() public method

public GetRawXml ( ) : string
return string

ProtectSection() public method

public ProtectSection ( string provider ) : void
provider string
return void

SetRawXml() public method

public SetRawXml ( string xml ) : void
xml string
return void

UnprotectSection() public method

public UnprotectSection ( ) : void
return void