IUpgrader members
Provides an interface that encapsulates an upgrader delegate.
The IUpgrader type exposes the following members.
Properties
Name | Description | |
---|---|---|
CanUpgrade | Gets a Boolean value that indicates whether upgrade can be performed. | |
ContinueOnFailure | Allows the sequence to ignore error and move on to the next object in sequence. | |
IsApplicable | Gets a Boolean value that indicates whether the upgrader is applicable to the current object. | |
NeedsUpgrade | Gets or sets a Boolean value that specifies whether the current object needs to be upgraded. |
Top
Methods
Name | Description | |
---|---|---|
FinalizeUpgrade | Performs the operation to finalize upgrade in a gradual version-to-version upgrade. | |
PostUpgrade | Runs tasks after the current upgrade sequence completes. | |
PreUpgrade | Runs tasks before the current upgrade sequence starts. | |
Upgrade | Executes the upgrade. |
Top