C# Class HybridDb.Commands.BackupCommand

Inheritance: DatabaseCommand
Show file Open project: asgerhallas/HybridDb

Public Methods

Method Description
BackupCommand ( DatabaseCommand command, IBackupWriter writer, DocumentDesign design, string key, int version, byte document ) : System

Private Methods

Method Description
Prepare ( DocumentStore store, System.Guid etag, int uniqueParameterIdentifier ) : PreparedDatabaseCommand

Method Details

BackupCommand() public method

public BackupCommand ( DatabaseCommand command, IBackupWriter writer, DocumentDesign design, string key, int version, byte document ) : System
command DatabaseCommand
writer IBackupWriter
design HybridDb.Config.DocumentDesign
key string
version int
document byte
return System