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

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

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