Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.IO.IInstallableModel Interface

This interface is implemented by data providers that support installable data.

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

Syntax

public interface IInstallableModel;

Methods

PublicAddSiteDataAsyncAdds data for a new site.
PublicExportChunkAsyncExports data from the data provider.
PublicImportChunkAsyncImports data into the data provider.
PublicInstallModelAsyncInstalls all data models (files, tables, etc.) for the data provider.
PublicIsInstalledAsyncReturns whether the data provider is installed and available.
PublicLocalizeModelAsyncCalled to translate the data managed by the data provider to another language.
PublicRemoveSiteDataAsyncRemoves data when a site is deleted.
PublicUninstallModelAsyncUninstalls all data models (files, tables, etc.) for the data provider.

See Also YetaWF.Core Overview