Method | Description | |
---|---|---|
IsActive ( IContext context ) : bool | ||
Section ( string name ) : System | ||
Section ( string name, ApplicationMode mode ) : System | ||
Section ( string name, ApplicationMode mode, string servers ) : System |
Method | Description | |
---|---|---|
Section ( ) : System |
Initializes a new instance of the Section class.
|
Method | Description | |
---|---|---|
ApplicationModeIsAutoOrMatches ( ApplicationMode applicatioMode ) : bool | ||
ServerListIsEmptyOrContains ( string serverName ) : bool |
public Section ( string name, ApplicationMode mode ) : System | ||
name | string | |
mode | ApplicationMode | |
return | System |
public Section ( string name, ApplicationMode mode, string servers ) : System | ||
name | string | |
mode | ApplicationMode | |
servers | string | |
return | System |