C# Class embroideryReader.EmbroideryReaderUpdates

Mostra file Open project: njcrawford/EmbroideryReader Class Usage Examples

Public Methods

Method Description
EmbroideryReaderUpdates ( string updateLocation, NJCrawford settingsFile, callbackFunctionType callback ) : System
GetLastError ( ) : string
IsInfoReady ( ) : bool
IsInfoValid ( ) : bool
IsUpdateAvailable ( ) : bool
ResetLastError ( ) : void
VersionAvailable ( ) : System.Version

Returns null if not available for any reason.

getMoreInfoURL ( ) : string
getReleaseDate ( ) : System.DateTime

Returns the date and possibly time * the latest update was released. Returns DateTime.MinValue * if not available.

internalThread_DoWork ( object sender, DoWorkEventArgs e ) : void
internalThread_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void
waitForInfo ( ) : void

Method Details

EmbroideryReaderUpdates() public method

public EmbroideryReaderUpdates ( string updateLocation, NJCrawford settingsFile, callbackFunctionType callback ) : System
updateLocation string
settingsFile NJCrawford
callback callbackFunctionType
return System

GetLastError() public method

public GetLastError ( ) : string
return string

IsInfoReady() public method

public IsInfoReady ( ) : bool
return bool

IsInfoValid() public method

public IsInfoValid ( ) : bool
return bool

IsUpdateAvailable() public method

public IsUpdateAvailable ( ) : bool
return bool

ResetLastError() public method

public ResetLastError ( ) : void
return void

VersionAvailable() public method

Returns null if not available for any reason.
public VersionAvailable ( ) : System.Version
return System.Version

getMoreInfoURL() public method

public getMoreInfoURL ( ) : string
return string

getReleaseDate() public method

Returns the date and possibly time * the latest update was released. Returns DateTime.MinValue * if not available.
public getReleaseDate ( ) : System.DateTime
return System.DateTime

internalThread_DoWork() public method

public internalThread_DoWork ( object sender, DoWorkEventArgs e ) : void
sender object
e System.ComponentModel.DoWorkEventArgs
return void

internalThread_RunWorkerCompleted() public method

public internalThread_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void
sender object
e System.ComponentModel.RunWorkerCompletedEventArgs
return void

waitForInfo() public method

public waitForInfo ( ) : void
return void