C# Class nHydrate.DslPackage.Objects.VersionHelper

Exibir arquivo Open project: nHydrate/nHydrate

Public Methods

Method Description
CanConnect ( ) : bool
DidNag ( ) : void
DidVersionCheck ( ) : void
GetCurrentVersion ( ) : string
GetLatestVersion ( ) : string
NeedUpdate ( string newVersion ) : bool
ShouldNag ( ) : bool
ShouldVersionCheck ( ) : bool

Method Details

CanConnect() public static method

public static CanConnect ( ) : bool
return bool

DidNag() public static method

public static DidNag ( ) : void
return void

DidVersionCheck() public static method

public static DidVersionCheck ( ) : void
return void

GetCurrentVersion() public static method

public static GetCurrentVersion ( ) : string
return string

GetLatestVersion() public static method

public static GetLatestVersion ( ) : string
return string

NeedUpdate() public static method

public static NeedUpdate ( string newVersion ) : bool
newVersion string
return bool

ShouldNag() public static method

public static ShouldNag ( ) : bool
return bool

ShouldVersionCheck() public static method

public static ShouldVersionCheck ( ) : bool
return bool