Méthode | Description | |
---|---|---|
CreateTransformerDefinition ( ) : Raven.Abstractions.Indexing.TransformerDefinition |
Creates the Transformer definition.
|
|
Execute ( IDatabaseCommands databaseCommands, |
Executes the index creation against the specified document database using the specified conventions
|
|
Execute ( IDocumentStore store ) : void | ||
ExecuteAsync ( IAsyncDatabaseCommands asyncDatabaseCommands, |
Executes the index creation against the specified document store.
|
Méthode | Description | |
---|---|---|
Query ( string key ) : RavenJToken |
public abstract CreateTransformerDefinition ( ) : Raven.Abstractions.Indexing.TransformerDefinition | ||
Résultat | Raven.Abstractions.Indexing.TransformerDefinition |
public Execute ( IDatabaseCommands databaseCommands, |
||
databaseCommands | IDatabaseCommands | |
documentConvention | ||
Résultat | void |
public Execute ( IDocumentStore store ) : void | ||
store | IDocumentStore | |
Résultat | void |
public ExecuteAsync ( IAsyncDatabaseCommands asyncDatabaseCommands, |
||
asyncDatabaseCommands | IAsyncDatabaseCommands | |
documentConvention | ||
Résultat | System.Threading.Tasks.Task |
protected Query ( string key ) : RavenJToken | ||
key | string | |
Résultat | RavenJToken |