C# Класс Omikron.FactFinder.Core.Configuration.ConnectionSection

Наследование: System.Configuration.ConfigurationSection
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
ConnectionSection System

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

Метод Описание
GetSection ( ) : ConnectionSection

Gets the configuration section using the default element name.

If an HttpContext exists, uses the WebConfigurationManager to get the configuration section from web.config.

GetSection ( string definedName ) : ConnectionSection

Gets the configuration section using the specified element name.

If an HttpContext exists, uses the WebConfigurationManager to get the configuration section from web.config.

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

Метод Описание
ConnectionSection ( ) : System

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

GetSection() публичный статический Метод

Gets the configuration section using the default element name.
If an HttpContext exists, uses the WebConfigurationManager to get the configuration section from web.config.
public static GetSection ( ) : ConnectionSection
Результат ConnectionSection

GetSection() публичный статический Метод

Gets the configuration section using the specified element name.
If an HttpContext exists, uses the WebConfigurationManager to get the configuration section from web.config.
public static GetSection ( string definedName ) : ConnectionSection
definedName string
Результат ConnectionSection