Click or drag to resize

IConfigurationUpgradeAction Interface

A routine performed against an IConfiguration.

Namespace:  MFiles.VAF.Module.ConfigurationUpgrader
Assembly:  MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntax
public interface IConfigurationUpgradeAction

The IConfigurationUpgradeAction type exposes the following members.

Properties
  NameDescription
Public propertyActionSummary
Summary of the modifications made by this upgrade action.
Top
Methods
  NameDescription
Public methodIsUpgradeRequired
Determines if the upgrade is required.
Public methodUpgrade
Applies the upgrade action.
Top
See Also