C# 클래스 Aqueduct.Configuration.Section

상속: SettingsList
파일 보기 프로젝트 열기: aqueduct/Aqueduct.SitecoreLib 1 사용 예제들

공개 메소드들

메소드 설명
IsActive ( IContext context ) : bool
Section ( string name ) : System
Section ( string name, ApplicationMode mode ) : System
Section ( string name, ApplicationMode mode, string servers ) : System

보호된 메소드들

메소드 설명
Section ( ) : System

Initializes a new instance of the Section class.

비공개 메소드들

메소드 설명
ApplicationModeIsAutoOrMatches ( ApplicationMode applicatioMode ) : bool
ServerListIsEmptyOrContains ( string serverName ) : bool

메소드 상세

IsActive() 공개 메소드

public IsActive ( IContext context ) : bool
context IContext
리턴 bool

Section() 보호된 메소드

Initializes a new instance of the Section class.
protected Section ( ) : System
리턴 System

Section() 공개 메소드

public Section ( string name ) : System
name string
리턴 System

Section() 공개 메소드

public Section ( string name, ApplicationMode mode ) : System
name string
mode ApplicationMode
리턴 System

Section() 공개 메소드

public Section ( string name, ApplicationMode mode, string servers ) : System
name string
mode ApplicationMode
servers string
리턴 System