C# Класс Microsoft.Web.Administration.Configuration

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

Private Properties

Свойство Тип Описание
Configuration System
OnCacheInvalidated void

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

Метод Описание
GetEffectiveSectionGroup ( ) : SectionGroup
GetLocationPaths ( ) : string[]
GetMetadata ( string metadataType ) : object
GetSection ( string sectionPath ) : ConfigurationSection
GetSection ( string sectionPath, Type type ) : ConfigurationSection
GetSection ( string sectionPath, Type type, string locationPath ) : ConfigurationSection
GetSection ( string sectionPath, string locationPath ) : ConfigurationSection
RemoveLocationPath ( string locationPath ) : void
RenameLocationPath ( string locationPath, string newLocationPath ) : void
SetMetadata ( string metadataType, object value ) : void

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

Метод Описание
Configuration ( FileContext fileContext ) : System
OnCacheInvalidated ( ) : void

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

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

public GetEffectiveSectionGroup ( ) : SectionGroup
Результат SectionGroup

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

public GetLocationPaths ( ) : string[]
Результат string[]

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

public GetMetadata ( string metadataType ) : object
metadataType string
Результат object

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

public GetSection ( string sectionPath ) : ConfigurationSection
sectionPath string
Результат ConfigurationSection

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

public GetSection ( string sectionPath, Type type ) : ConfigurationSection
sectionPath string
type System.Type
Результат ConfigurationSection

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

public GetSection ( string sectionPath, Type type, string locationPath ) : ConfigurationSection
sectionPath string
type System.Type
locationPath string
Результат ConfigurationSection

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

public GetSection ( string sectionPath, string locationPath ) : ConfigurationSection
sectionPath string
locationPath string
Результат ConfigurationSection

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

public RemoveLocationPath ( string locationPath ) : void
locationPath string
Результат void

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

public RenameLocationPath ( string locationPath, string newLocationPath ) : void
locationPath string
newLocationPath string
Результат void

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

public SetMetadata ( string metadataType, object value ) : void
metadataType string
value object
Результат void