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

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

Private Properties

Свойство Тип Описание
AddSection void
AddSectionGroup void
CompleteUpdates void
FindSectionUpdates SectionUpdates
GetDeclarationUpdate DeclarationUpdate
GetDefinitionUpdate DefinitionUpdate
GetMovedSectionNames string[]
GetNewGroupNames string[]
GetSectionGroupUpdate DeclarationUpdate
GetSectionUpdatesForGroup SectionUpdates
GetUnretrievedGroupNames string[]
GetUnretrievedSectionNames string[]
GetUpdate Update
HasNewSectionGroups bool
HasUnretrievedSections bool
SectionUpdates System.Collections

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

Метод Описание
AddSection ( Update update ) : void
AddSectionGroup ( Update update ) : void
CompleteUpdates ( ) : void
FindSectionUpdates ( string configKey, bool isGroup ) : SectionUpdates
GetDeclarationUpdate ( string configKey ) : DeclarationUpdate
GetDefinitionUpdate ( string configKey ) : DefinitionUpdate
GetMovedSectionNames ( ) : string[]
GetNewGroupNames ( ) : string[]
GetSectionGroupUpdate ( ) : DeclarationUpdate
GetSectionUpdatesForGroup ( string group ) : SectionUpdates
GetUnretrievedGroupNames ( ) : string[]
GetUnretrievedSectionNames ( ) : string[]
GetUpdate ( string configKey ) : Update
HasNewSectionGroups ( ) : bool
HasUnretrievedSections ( ) : bool
SectionUpdates ( string name ) : System.Collections