C# Class Dev2.Core.Tests.Helpers.VersionCheckerTestClass

Inheritance: Dev2.Studio.Core.Helpers.VersionChecker
Exibir arquivo Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Properties

Property Type Description
ShowPopUpHitCount int

Public Methods

Method Description
VersionCheckerTestClass ( IDev2WebClient webClient ) : System
VersionCheckerTestClass ( IDev2WebClient webClient, Func func ) : System

Protected Methods

Method Description
GetCurrentVersion ( ) : System.Version

Method Details

GetCurrentVersion() protected method

protected GetCurrentVersion ( ) : System.Version
return System.Version

VersionCheckerTestClass() public method

public VersionCheckerTestClass ( IDev2WebClient webClient ) : System
webClient IDev2WebClient
return System

VersionCheckerTestClass() public method

public VersionCheckerTestClass ( IDev2WebClient webClient, Func func ) : System
webClient IDev2WebClient
func Func
return System

Property Details

ShowPopUpHitCount public_oe property

public int ShowPopUpHitCount
return int