Default |
The DefaultBackupManager type exposes the following members.
| Name | Description | |
|---|---|---|
| DefaultBackupManager | Default backup manager DI constructor |
| Name | Description | |
|---|---|---|
| AllowPublicBackups | Allow public backups | |
| Configuration | Configuration | |
| ServiceName | Gets the service name |
| Name | Description | |
|---|---|---|
| Backup | Backup media | |
| BackupToFile | Backup the system to a specified file | |
| BackupToStream | Backup to the stream | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetBackup(BackupMedia, String) | Get the descriptor for a specific backup | |
| GetBackup(String, BackupMedia) | Get the backup with the specified backupDescriptorLabel from any backup source | |
| GetBackupAssetClasses | Get backup classes | |
| GetBackupDescriptorFromFile | Get a backup descriptor from an absolute file | |
| GetBackupDescriptorFromStream | Get a descriptor from a stream | |
| GetBackupDescriptors | Gets the backup descriptors for the specified media | |
| GetBackupInternal | Get backup file descriptor | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| HasBackup | Has backup on the specified media | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| RemoveBackup | Remove a backup | |
| Restore | Restore from media | |
| RestoreFromFile | Restore a backup from afile | |
| RestoreFromStream | Restore from a stream source | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| ProgressChanged | Progress has changed | |
| RestartRequested | Fired when the backup service requires a restart |
| Name | Description | |
|---|---|---|
| BACKUP_EXTENSION |
| Name | Description | |
|---|---|---|
| ConvertTReturn |
The purpose of this method is to convert object me to TReturn. Why?
Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast
so we have to copy.
(Defined by ExtensionMethods) | |
| WithControl |
With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions) |