메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
Query ( string key ) : RavenJToken |
public abstract CreateTransformerDefinition ( ) : Raven.Abstractions.Indexing.TransformerDefinition | ||
리턴 | Raven.Abstractions.Indexing.TransformerDefinition |
public Execute ( IDatabaseCommands databaseCommands, |
||
databaseCommands | IDatabaseCommands | |
documentConvention | ||
리턴 | void |
public ExecuteAsync ( IAsyncDatabaseCommands asyncDatabaseCommands, |
||
asyncDatabaseCommands | IAsyncDatabaseCommands | |
documentConvention | ||
리턴 | System.Threading.Tasks.Task |