C# Class NetSparkle.SparkleUpdateInfo

A simple class to hold information on potential updates to a software product.
Afficher le fichier Open project: Deadpikle/NetSparkle

Méthodes publiques

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

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

SparkleUpdateInfo() public méthode

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