C# 클래스 EnterpriseWebLibrary.Configuration.InstallationConfiguration

The elements of installation configuration that the standard library understands.
파일 보기 프로젝트 열기: enduracode/enterprise-web-library 1 사용 예제들

Private Properties

프로퍼티 타입 설명
getDatabaseInfo DatabaseInfo

공개 메소드들

메소드 설명
GetFullNameFromSystemAndInstallationNames ( string systemName, string installationName ) : string

Gets the full name of the given system and installation. For example, 'Red Stapler Information System - Live'.

GetFullShortNameFromSystemAndInstallationNames ( string systemShortName, string installationShortName ) : string

Gets the full short name of the given system and installation. For example, 'RsisLive'.

GetSecondaryDatabaseInfo ( string name ) : DatabaseInfo

Gets a database information object corresponding to the secondary database for this configuration with the specified name.

InstallationConfiguration ( bool machineIsStandbyServer, string installationPath, bool isDevelopmentInstallation ) : System

Creates a new installation configuration.

InstalledInstallationExists ( string installationPath ) : bool

Returns true if an installed installation exists at the specified path.

비공개 메소드들

메소드 설명
getDatabaseInfo ( string secondaryDatabaseName, Database database ) : DatabaseInfo

메소드 상세

GetFullNameFromSystemAndInstallationNames() 공개 정적인 메소드

Gets the full name of the given system and installation. For example, 'Red Stapler Information System - Live'.
public static GetFullNameFromSystemAndInstallationNames ( string systemName, string installationName ) : string
systemName string
installationName string
리턴 string

GetFullShortNameFromSystemAndInstallationNames() 공개 정적인 메소드

Gets the full short name of the given system and installation. For example, 'RsisLive'.
public static GetFullShortNameFromSystemAndInstallationNames ( string systemShortName, string installationShortName ) : string
systemShortName string
installationShortName string
리턴 string

GetSecondaryDatabaseInfo() 공개 메소드

Gets a database information object corresponding to the secondary database for this configuration with the specified name.
public GetSecondaryDatabaseInfo ( string name ) : DatabaseInfo
name string
리턴 DatabaseInfo

InstallationConfiguration() 공개 메소드

Creates a new installation configuration.
public InstallationConfiguration ( bool machineIsStandbyServer, string installationPath, bool isDevelopmentInstallation ) : System
machineIsStandbyServer bool
installationPath string
isDevelopmentInstallation bool
리턴 System

InstalledInstallationExists() 공개 정적인 메소드

Returns true if an installed installation exists at the specified path.
public static InstalledInstallationExists ( string installationPath ) : bool
installationPath string
리턴 bool