Click or drag to resize

IRestoreBackupAssets Interface

Represents a class which can read a IBackupAsset and restore the necessary file information to the proper location

Namespace: SanteDB.Core.Data.Backup
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public interface IRestoreBackupAssets

The IRestoreBackupAssets type exposes the following members.

Properties
 NameDescription
Public propertyAssetClassIdentifiers The list of asset class identifiers this restore tool can restore
Top
Methods
 NameDescription
Public methodRestore Restore the asset to the proper location
Top
See Also