C# Класс Raven.Client.Indexes.AbstractTransformerCreationTask

Наследование: AbstractCommonApiForIndexesAndTransformers
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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