C# Class Omikron.FactFinder.Core.Configuration.ParametersSection

Inheritance: System.Configuration.ConfigurationSection
ファイルを表示 Open project: FACT-Finder/FACT-Finder-.NET-Library Class Usage Examples

Private Properties

Property Type Description
ParametersSection System

Public Methods

Method Description
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.

Private Methods

Method Description
ParametersSection ( ) : System

Method Details

GetSection() public static method

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
return ParametersSection

GetSection() public static method

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
return ParametersSection