C# Class System.Configuration.SectionInformation

Afficher le fichier Open project: kumpera/mono Class Usage Examples

Private Properties

Свойство Type Description
ForceDeclaration void
RevertToParent void
SectionInformation System.Collections
SetName void
SetParentSection void

Méthodes publiques

Méthode Description
ForceDeclaration ( ) : void
GetParentSection ( ) : ConfigurationSection
GetRawXml ( ) : string
ProtectSection ( string provider ) : void
SetRawXml ( string xml ) : void
UnprotectSection ( ) : void

Private Methods

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

Method Details

ForceDeclaration() public méthode

public ForceDeclaration ( ) : void
Résultat void

GetParentSection() public méthode

public GetParentSection ( ) : ConfigurationSection
Résultat ConfigurationSection

GetRawXml() public méthode

public GetRawXml ( ) : string
Résultat string

ProtectSection() public méthode

public ProtectSection ( string provider ) : void
provider string
Résultat void

SetRawXml() public méthode

public SetRawXml ( string xml ) : void
xml string
Résultat void

UnprotectSection() public méthode

public UnprotectSection ( ) : void
Résultat void