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

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

Private Properties

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

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

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

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 ) : ParametersSection

Gets the configuration section using the specified element name.

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

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

Метод Описание
ParametersSection ( ) : 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 ( ) : ParametersSection
Результат ParametersSection

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 ) : ParametersSection
definedName string
Результат ParametersSection