C# Class NetSparkle.SparkleUpdateInfo

A simple class to hold information on potential updates to a software product.
ファイルを表示 Open project: Deadpikle/NetSparkle

Public Methods

Method Description
SparkleUpdateInfo ( UpdateStatus status ) : System

Constructor for SparkleUpdate for when there aren't any updates available. Updates are automatically set to null.

SparkleUpdateInfo ( UpdateStatus status, NetSparkleAppCastItem updates ) : System

Constructor for SparkleUpdate when there are some updates available.

Method Details

SparkleUpdateInfo() public method

Constructor for SparkleUpdate for when there aren't any updates available. Updates are automatically set to null.
public SparkleUpdateInfo ( UpdateStatus status ) : System
status UpdateStatus
return System

SparkleUpdateInfo() public method

Constructor for SparkleUpdate when there are some updates available.
public SparkleUpdateInfo ( UpdateStatus status, NetSparkleAppCastItem updates ) : System
status UpdateStatus
updates NetSparkleAppCastItem
return System