C# Class ALMRestClient.ALMClientConfig

Inheritance: IDisposable
Afficher le fichier Open project: webcompere/ALMRestClient Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
GetHighestVersionFromConfig ( ) : string

Gets the highest version from the config file

LoadSettingsFromConfig ( ) : void

Loads the settings from the config file

Method Details

ALMClientConfig() public méthode

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

ALMClientConfig() public méthode

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
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void