IConfigurationUpgradeAction Interface

A routine performed against an IConfiguration.

Definition

Namespace: MFiles.VAF.Module.ConfigurationUpgrader
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public interface IConfigurationUpgradeAction

Properties

ActionSummary Summary of the modifications made by this upgrade action.

Methods

IsUpgradeRequired Determines if the upgrade is required.
Upgrade Applies the upgrade action.

See Also