C# Class Raven.Client.Indexes.AbstractTransformerCreationTask

Inheritance: AbstractCommonApiForIndexesAndTransformers
Afficher le fichier Open project: robashton/ravendb Class Usage Examples

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
Query ( string key ) : RavenJToken

Method Details

CreateTransformerDefinition() public abstract méthode

Creates the Transformer definition.
public abstract CreateTransformerDefinition ( ) : Raven.Abstractions.Indexing.TransformerDefinition
Résultat Raven.Abstractions.Indexing.TransformerDefinition

Execute() public méthode

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
Résultat void

Execute() public méthode

public Execute ( IDocumentStore store ) : void
store IDocumentStore
Résultat void

ExecuteAsync() public méthode

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
Résultat System.Threading.Tasks.Task

Query() protected méthode

protected Query ( string key ) : RavenJToken
key string
Résultat RavenJToken