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

Inheritance: System.Configuration.ConfigurationSection
Afficher le fichier Open project: FACT-Finder/FACT-Finder-.NET-Library Class Usage Examples

Private Properties

Свойство Type Description
ParametersSection System

Méthodes publiques

Méthode 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

Méthode Description
ParametersSection ( ) : System

Method Details

GetSection() public static méthode

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
Résultat ParametersSection

GetSection() public static méthode

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
Résultat ParametersSection