Class FreetextIndexRowsBatchPlugin
Implements
Inherited Members
Namespace: SuperOffice.CRM.BatchProcessing.Plugins
Assembly: SoBatchProcessing.dll
Syntax
[BatchTask("FreetextIndexRows")]
public class FreetextIndexRowsBatchPlugin : BatchTaskBase, IBatchTask
Constructors
FreetextIndexRowsBatchPlugin()
Declaration
public FreetextIndexRowsBatchPlugin()
Fields
PluginName
Declaration
public const string PluginName = "FreetextIndexRows"
Field Value
Type | Description |
---|---|
string |
Methods
CreateTask(string, int[])
Declaration
public static int CreateTask(string table, int[] primaryKeys)
Parameters
Type | Name | Description |
---|---|---|
string | table | |
int[] | primaryKeys |
Returns
Type | Description |
---|---|
int |
Run(string, string)
Run the task.
Declaration
protected override bool Run(string name, string context)
Parameters
Type | Name | Description |
---|---|---|
string | name | Name of the task. |
string | context | Context for the task. |
Returns
Type | Description |
---|---|
bool | True if the task succeeded. |
Overrides
Remarks
Call SetResult(string) as needed.