C# 클래스 HybridDb.Commands.BackupCommand

상속: DatabaseCommand
파일 보기 프로젝트 열기: asgerhallas/HybridDb

공개 메소드들

메소드 설명
BackupCommand ( DatabaseCommand command, IBackupWriter writer, DocumentDesign design, string key, int version, byte document ) : System

비공개 메소드들

메소드 설명
Prepare ( DocumentStore store, System.Guid etag, int uniqueParameterIdentifier ) : PreparedDatabaseCommand

메소드 상세

BackupCommand() 공개 메소드

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
리턴 System