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

상속: AbstractCommonApiForIndexesAndTransformers
파일 보기 프로젝트 열기: robashton/ravendb 1 사용 예제들

공개 메소드들

메소드 설명
CreateTransformerDefinition ( ) : Raven.Abstractions.Indexing.TransformerDefinition

Creates the Transformer definition.

Execute ( IDatabaseCommands databaseCommands, DocumentConvention documentConvention ) : void

Executes the index creation against the specified document database using the specified conventions

Execute ( IDocumentStore store ) : void
ExecuteAsync ( IAsyncDatabaseCommands asyncDatabaseCommands, DocumentConvention documentConvention ) : System.Threading.Tasks.Task

Executes the index creation against the specified document store.

보호된 메소드들

메소드 설명
Query ( string key ) : RavenJToken

메소드 상세

CreateTransformerDefinition() 공개 추상적인 메소드

Creates the Transformer definition.
public abstract CreateTransformerDefinition ( ) : Raven.Abstractions.Indexing.TransformerDefinition
리턴 Raven.Abstractions.Indexing.TransformerDefinition

Execute() 공개 메소드

Executes the index creation against the specified document database using the specified conventions
public Execute ( IDatabaseCommands databaseCommands, DocumentConvention documentConvention ) : void
databaseCommands IDatabaseCommands
documentConvention Raven.Client.Document.DocumentConvention
리턴 void

Execute() 공개 메소드

public Execute ( IDocumentStore store ) : void
store IDocumentStore
리턴 void

ExecuteAsync() 공개 메소드

Executes the index creation against the specified document store.
public ExecuteAsync ( IAsyncDatabaseCommands asyncDatabaseCommands, DocumentConvention documentConvention ) : System.Threading.Tasks.Task
asyncDatabaseCommands IAsyncDatabaseCommands
documentConvention Raven.Client.Document.DocumentConvention
리턴 System.Threading.Tasks.Task

Query() 보호된 메소드

protected Query ( string key ) : RavenJToken
key string
리턴 RavenJToken