C# Class ALMRestClient.ALMClientConfig

Inheritance: IDisposable
Show file Open project: webcompere/ALMRestClient Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
GetHighestVersionFromConfig ( ) : string

Gets the highest version from the config file

LoadSettingsFromConfig ( ) : void

Loads the settings from the config file

Method Details

ALMClientConfig() public method

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

ALMClientConfig() public method

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
return System

Dispose() public method

public Dispose ( ) : void
return void