Kjs.AppLife.Update.Controller Namespace |
Class | Description | |
---|---|---|
![]() | AvailableUpdateCollection |
Represents a read-only collection of UpdateInformation.
|
![]() | CheckForUpdateCompletedEventArgs |
Contains event data for the
CheckForUpdateCompleted event of an
UpdateController.
|
![]() | DownloadException |
The exception that is thrown when a download fails.
|
![]() | DownloadUpdateProgressChangedEventArgs |
Contains event data for the
DownloadUpdateProgressChanged event.
|
![]() | InstanceShutdownException |
The exception that is thrown when all instances of the application are not shut down
when applying an update.
|
![]() | LastUpdate |
Represents a past update, with information read from its log.
|
![]() | LoggedUpdate |
Represents a past update, with information read from its log.
|
![]() | StatusStripUpdateDisplay |
Represents a visual control that interacts with an UpdateController
on a StatusStrip.
|
![]() | UpdateController |
The UpdateController forms the core of the AppLife Update
system in the application that will be updated. It enables the application
to communicate with an update server and download, validate, and apply updates.
|
![]() | UpdateDetailsDisplay |
Represents a visual control that interacts with an UpdateController
and shows details about found updates.
|
![]() | UpdateDialogShowingEventArgs |
Provides event data for the UpdateDialogShowing event.
|
![]() | UpdateDisplay |
Represents a visual control that interacts with an UpdateController.
|
![]() | UpdateException |
The exception that is thrown when an update can't be applied.
|
![]() | UpdateFoundEventArgs |
Provides data for the UpdateFound event.
|
![]() | UpdateInformation |
Contains information about an update available for download or installation.
|
![]() | UpdateNotifyIconDisplay |
Represents a control that interacts with an UpdateController
and displays information in the system notification area.
|
![]() | UpdateStartingEventArgs |
Contains event data for the
UpdateStarting event.
|
![]() | ValidationException |
The exception that is thrown when update validation fails.
|
Delegate | Description | |
---|---|---|
![]() | CheckForUpdateCompletedEventHandler |
Represents the method that will handle the
CheckForUpdateCompleted
event of the UpdateController class.
|
![]() | DownloadUpdateProgressChangedEventHandler |
Represents the method that will handle the
DownloadUpdateProgressChanged
event of the UpdateController class.
|
![]() | UpdateDialogShowingEventHandler |
Represents the method that will handle the
UpdateDialogShowing
event of the UpdateController class.
|
![]() | UpdateFoundEventHandler |
Represents the method that will handle the
UpdateFound
event of the UpdateController class.
|
![]() | UpdateStartingEventHandler |
Represents the method that will handle the
UpdateStarting
event of the UpdateController class.
|
Enumeration | Description | |
---|---|---|
![]() | ApplyUpdateOptions |
Defines options available when applying an update.
|
![]() | ControllerDisplayMode |
Defines the possible display modes for a visual UpdateController
control.
|
![]() | ErrorDisplayLevel |
Defines the available levels of error display in an update dialog.
|
![]() | UpdateControlClickAction |
Defines the possible actions that take place when an update control is clicked.
|
![]() | UpdateElevationType |
Defines the possible levels of elevation for an update.
|
![]() | UpdateResult |
Defines the possible results of a logged update.
|
![]() | UpdateStartingResponse |
Defines the possible responses to an update starting notification.
|