| Kjs.AppLife.Update.Engine.Core Namespace |
| Class | Description | |
|---|---|---|
| ActionBuilderAttribute |
Specifies the class used to implement UI and project management services for an action.
| |
| ActionPaletteItemAttribute |
Specifies the class used to provide information about an action's representation
in a palette.
| |
| UpdateAction |
Provides the base implementation for all actions that are performed in an
AppLife Update action list update.
| |
| UpdateProgressChangedEventArgs |
Provides event data for the ProgressChanged event.
| |
| UpdateUIContext |
Contains information about an update that can be used in a custom update UI.
|
| Structure | Description | |
|---|---|---|
| UpdateContext |
Describes the current state of an update in progress.
|
| Interface | Description | |
|---|---|---|
| IUpdateLog |
Provides properties and methods to log actions.
| |
| IUpdateUI |
Defines an update's user interface. A class implementing IUpdateUI will be
created during an update and used by AppLife Update to inform a user about the update's
status.
|
| Enumeration | Description | |
|---|---|---|
| UpdateResult |
Defines the possible results of an update.
| |
| UpdateState |
Defines the possible states for an update in progress.
| |
| UpdateUIState |
Defines the possible states for an update UI showing an update in progress.
| |
| YesNoResponse |
Defines the possible responses to a yes/no prompt shown by the update UI.
|