C# 클래스 Raven.Client.Indexes.IndexCreation

Helper class for creating indexes from implementations of AbstractIndexCreationTask.
파일 보기 프로젝트 열기: robashton/ravendb 1 사용 예제들

공개 메소드들

메소드 설명
CreateIndexes ( Assembly assemblyToScanForIndexingTasks, IDocumentStore documentStore ) : void

Creates the indexes found in the specified assembly.

CreateIndexes ( System.ComponentModel.Composition.Hosting.ExportProvider catalogToGetnIndexingTasksFrom, IDatabaseCommands databaseCommands, DocumentConvention conventions ) : void

Creates the indexes found in the specified catalog

CreateIndexes ( System.ComponentModel.Composition.Hosting.ExportProvider catalogToGetnIndexingTasksFrom, IDocumentStore documentStore ) : void

Creates the indexes found in the specified catalog

CreateIndexesAsync ( Assembly assemblyToScanForIndexingTasks, IDocumentStore documentStore ) : System.Threading.Tasks.Task

Creates the indexes found in the specified assembly.

CreateIndexesAsync ( System.ComponentModel.Composition.Hosting.ExportProvider catalogToGetnIndexingTasksFrom, IAsyncDatabaseCommands asyncDatabaseCommands, DocumentConvention conventions ) : System.Threading.Tasks.Task

Creates the indexes found in the specified catalog

CreateIndexesAsync ( System.ComponentModel.Composition.Hosting.ExportProvider catalogToGetnIndexingTasksFrom, IDocumentStore documentStore ) : System.Threading.Tasks.Task

Creates the indexes found in the specified catalog

메소드 상세

CreateIndexes() 공개 정적인 메소드

Creates the indexes found in the specified assembly.
public static CreateIndexes ( Assembly assemblyToScanForIndexingTasks, IDocumentStore documentStore ) : void
assemblyToScanForIndexingTasks System.Reflection.Assembly The assembly to scan for indexing tasks.
documentStore IDocumentStore The document store.
리턴 void

CreateIndexes() 공개 정적인 메소드

Creates the indexes found in the specified catalog
public static CreateIndexes ( System.ComponentModel.Composition.Hosting.ExportProvider catalogToGetnIndexingTasksFrom, IDatabaseCommands databaseCommands, DocumentConvention conventions ) : void
catalogToGetnIndexingTasksFrom System.ComponentModel.Composition.Hosting.ExportProvider The catalog to get indexing tasks from.
databaseCommands IDatabaseCommands
conventions Raven.Client.Document.DocumentConvention
리턴 void

CreateIndexes() 공개 정적인 메소드

Creates the indexes found in the specified catalog
public static CreateIndexes ( System.ComponentModel.Composition.Hosting.ExportProvider catalogToGetnIndexingTasksFrom, IDocumentStore documentStore ) : void
catalogToGetnIndexingTasksFrom System.ComponentModel.Composition.Hosting.ExportProvider The catalog to get indexing tasks from.
documentStore IDocumentStore The document store.
리턴 void

CreateIndexesAsync() 공개 정적인 메소드

Creates the indexes found in the specified assembly.
public static CreateIndexesAsync ( Assembly assemblyToScanForIndexingTasks, IDocumentStore documentStore ) : System.Threading.Tasks.Task
assemblyToScanForIndexingTasks System.Reflection.Assembly The assembly to scan for indexing tasks.
documentStore IDocumentStore The document store.
리턴 System.Threading.Tasks.Task

CreateIndexesAsync() 공개 정적인 메소드

Creates the indexes found in the specified catalog
public static CreateIndexesAsync ( System.ComponentModel.Composition.Hosting.ExportProvider catalogToGetnIndexingTasksFrom, IAsyncDatabaseCommands asyncDatabaseCommands, DocumentConvention conventions ) : System.Threading.Tasks.Task
catalogToGetnIndexingTasksFrom System.ComponentModel.Composition.Hosting.ExportProvider
asyncDatabaseCommands IAsyncDatabaseCommands
conventions Raven.Client.Document.DocumentConvention
리턴 System.Threading.Tasks.Task

CreateIndexesAsync() 공개 정적인 메소드

Creates the indexes found in the specified catalog
public static CreateIndexesAsync ( System.ComponentModel.Composition.Hosting.ExportProvider catalogToGetnIndexingTasksFrom, IDocumentStore documentStore ) : System.Threading.Tasks.Task
catalogToGetnIndexingTasksFrom System.ComponentModel.Composition.Hosting.ExportProvider The catalog to get indexing tasks from.
documentStore IDocumentStore The document store.
리턴 System.Threading.Tasks.Task