Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.IO.IInstallableModel2 Interface

This interface is implemented by data providers that support upgrading data from one YetaWF version to another.

Namespace: YetaWF.Core.IO
Assembly: YetaWF.Core

Syntax

public interface IInstallableModel2;

Methods

PublicUpgradeModelAsyncUpgrades all required files/folders/SQL data from lastSeenVersion to the current package version.

Remarks

Typically upgrading doesn't require any special handling other than adding/removing columns, which is normally automatically handled by the data provider. In rare cases, the data has to be converted to a completely new format, which can be done using the IInstallableModel2 interface.

See Also YetaWF.Core Overview