C# 클래스 Raven.Studio.Features.Tasks.ImportDatabaseTask

상속: Raven.Studio.Features.Tasks.DatabaseTask
파일 보기 프로젝트 열기: robashton/ravendb

공개 메소드들

메소드 설명
ImportDatabaseTask ( IAsyncDatabaseCommands databaseCommands, string databaseName, bool includeAttachements, bool includeDocuments, bool includeIndexes, bool includeTransformers, bool shouldExcludeExpired, int batchSize, string transformScript, List filterSettings ) : System
OnError ( ) : void

보호된 메소드들

메소드 설명
RunImplementation ( ) : Task

비공개 메소드들

메소드 설명
ExecuteInternal ( ) : Task

메소드 상세

ImportDatabaseTask() 공개 메소드

public ImportDatabaseTask ( IAsyncDatabaseCommands databaseCommands, string databaseName, bool includeAttachements, bool includeDocuments, bool includeIndexes, bool includeTransformers, bool shouldExcludeExpired, int batchSize, string transformScript, List filterSettings ) : System
databaseCommands IAsyncDatabaseCommands
databaseName string
includeAttachements bool
includeDocuments bool
includeIndexes bool
includeTransformers bool
shouldExcludeExpired bool
batchSize int
transformScript string
filterSettings List
리턴 System

OnError() 공개 메소드

public OnError ( ) : void
리턴 void

RunImplementation() 보호된 메소드

protected RunImplementation ( ) : Task
리턴 Task