C# 클래스 MWS.WindowsService.Configuration

파일 보기 프로젝트 열기: Movilizer/.NET_Connector

공개 메소드들

메소드 설명
ForceRequeingOnError ( ) : bool
GetDatabaseDriver ( ) : string
GetDatabaseParameters ( ) : string
GetDatabasePassword ( ) : string
GetDatabasePath ( ) : string
GetDatabaseUser ( ) : string
GetDebugOutputPath ( ) : string
GetEncryptionAlgorithm ( ) : string
GetEncryptionPassword ( ) : string
GetServiceTimeInterval ( ) : int
GetSystemId ( ) : long
GetSystemPassword ( ) : string
GetWebServiceHost ( ) : string
GetWebServiceProtocol ( ) : string
GetWebServiceProxy ( ) : string
ReadConfiguration ( IConfigurator configurator ) : void

메소드 상세

ForceRequeingOnError() 공개 정적인 메소드

public static ForceRequeingOnError ( ) : bool
리턴 bool

GetDatabaseDriver() 공개 정적인 메소드

public static GetDatabaseDriver ( ) : string
리턴 string

GetDatabaseParameters() 공개 정적인 메소드

public static GetDatabaseParameters ( ) : string
리턴 string

GetDatabasePassword() 공개 정적인 메소드

public static GetDatabasePassword ( ) : string
리턴 string

GetDatabasePath() 공개 정적인 메소드

public static GetDatabasePath ( ) : string
리턴 string

GetDatabaseUser() 공개 정적인 메소드

public static GetDatabaseUser ( ) : string
리턴 string

GetDebugOutputPath() 공개 정적인 메소드

public static GetDebugOutputPath ( ) : string
리턴 string

GetEncryptionAlgorithm() 공개 정적인 메소드

public static GetEncryptionAlgorithm ( ) : string
리턴 string

GetEncryptionPassword() 공개 정적인 메소드

public static GetEncryptionPassword ( ) : string
리턴 string

GetServiceTimeInterval() 공개 정적인 메소드

public static GetServiceTimeInterval ( ) : int
리턴 int

GetSystemId() 공개 정적인 메소드

public static GetSystemId ( ) : long
리턴 long

GetSystemPassword() 공개 정적인 메소드

public static GetSystemPassword ( ) : string
리턴 string

GetWebServiceHost() 공개 정적인 메소드

public static GetWebServiceHost ( ) : string
리턴 string

GetWebServiceProtocol() 공개 정적인 메소드

public static GetWebServiceProtocol ( ) : string
리턴 string

GetWebServiceProxy() 공개 정적인 메소드

public static GetWebServiceProxy ( ) : string
리턴 string

ReadConfiguration() 공개 정적인 메소드

public static ReadConfiguration ( IConfigurator configurator ) : void
configurator IConfigurator
리턴 void