Kjs.AppLife.Update.Web Namespace
Kjs.AppLife.Update.Web Hierarchy
Classes
Class |
Description |
Contains information that defines the status of the update controller. | |
This class is used to remote the update execution information to the update engine. | |
Contains information that defines the status of an operation. | |
Contains information about an update available for download or installation. | |
This Web control acts as an interface to the UpdateController. Many of its properties mirror those exposed by an AppLife UpdateController. Each WebUpdateController with the same ApplicationId on the same server interacts with the same proxy updater. The WebUpdateController’s methods are used to control the proxy updater. | |
This Web control is a user interface for a WebUpdateController. It provides buttons (optionally) that the user can use to check for, download, apply an update, or cancel the current operation, and displays the current status of its associated WebUpdateController, including failed operations. The display control is optional. You could choose to interact with a WebUpdateController control directly from your web form. | |
Displays information about an associated WebUpdateController. Uses AJAX extensions to refresh update checking and downloading information without full postbacks. |
Enumerations
Enumeration |
Description |
Defines the possible operations that an update controller can be performing. | |
Defines the possible states for a controller's update information. | |
Defines the possible states for an operation performed by a controller. | |
Defines the possible levels of elevation for an update. |
See Also