Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited 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 | |
![]() |
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