C# Класс System.Configuration.SectionInformation

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
ForceDeclaration void
RevertToParent void
SectionInformation System.Collections
SetName void
SetParentSection void

Открытые методы

Метод Описание
ForceDeclaration ( ) : void
GetParentSection ( ) : ConfigurationSection
GetRawXml ( ) : string
ProtectSection ( string provider ) : void
SetRawXml ( string xml ) : void
UnprotectSection ( ) : void

Приватные методы

Метод Описание
ForceDeclaration ( bool require ) : void
RevertToParent ( ) : void
SectionInformation ( ) : System.Collections
SetName ( string name ) : void
SetParentSection ( ConfigurationSection parent ) : void

Описание методов

ForceDeclaration() публичный метод

public ForceDeclaration ( ) : void
Результат void

GetParentSection() публичный метод

public GetParentSection ( ) : ConfigurationSection
Результат ConfigurationSection

GetRawXml() публичный метод

public GetRawXml ( ) : string
Результат string

ProtectSection() публичный метод

public ProtectSection ( string provider ) : void
provider string
Результат void

SetRawXml() публичный метод

public SetRawXml ( string xml ) : void
xml string
Результат void

UnprotectSection() публичный метод

public UnprotectSection ( ) : void
Результат void