C# 클래스 ALMRestClient.ALMClientConfig

상속: IDisposable
파일 보기 프로젝트 열기: webcompere/ALMRestClient 1 사용 예제들

공개 메소드들

메소드 설명
ALMClientConfig ( ) : System

Contains the settings to be consumed by the ALMClient for access HP ALM

ALMClientConfig ( string version ) : System

Contains the settings to be consumed by the ALMClient for access HP ALM

Dispose ( ) : void

비공개 메소드들

메소드 설명
GetHighestVersionFromConfig ( ) : string

Gets the highest version from the config file

LoadSettingsFromConfig ( ) : void

Loads the settings from the config file

메소드 상세

ALMClientConfig() 공개 메소드

Contains the settings to be consumed by the ALMClient for access HP ALM
public ALMClientConfig ( ) : System
리턴 System

ALMClientConfig() 공개 메소드

Contains the settings to be consumed by the ALMClient for access HP ALM
public ALMClientConfig ( string version ) : System
version string The version to be used
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void