C# 클래스 Omikron.FactFinder.Core.Configuration.ParametersSection

상속: System.Configuration.ConfigurationSection
파일 보기 프로젝트 열기: FACT-Finder/FACT-Finder-.NET-Library 1 사용 예제들

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