C# Класс Utilities.Configuration.Manager.Default.SystemConfig

Default config class for web.config and app.config
Наследование: IConfig
Показать файл Открыть проект

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

Метод Описание
Load ( ) : void

Loads the config

Save ( ) : void

Saves the config

SystemConfig ( ) : System.Collections.Generic

Constructor

this ( string SectionName ) : object

Gets the configuration section based on the name specified

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

Load() публичный Метод

Loads the config
public Load ( ) : void
Результат void

Save() публичный Метод

Saves the config
public Save ( ) : void
Результат void

SystemConfig() публичный Метод

Constructor
public SystemConfig ( ) : System.Collections.Generic
Результат System.Collections.Generic

this() публичный Метод

Gets the configuration section based on the name specified
public this ( string SectionName ) : object
SectionName string Section name
Результат object