Class ExportSelectionToFileBatchPlugin
Inheritance
ExportSelectionToFileBatchPlugin
Assembly: SoBatchProcessing.dll
Syntax
[BatchTask("ExportSelectionToFileBatchPlugin", ManualCleanup = true)]
public class ExportSelectionToFileBatchPlugin : BatchTaskBase, IBatchTask, IPlugin
Constructors
ExportSelectionToFileBatchPlugin()
Declaration
public ExportSelectionToFileBatchPlugin()
Fields
PluginName
Declaration
public const string PluginName = "ExportSelectionToFileBatchPlugin"
Field Value
Methods
ExportSelectionMembersEnumerator(Int32, String, String, Int32, Boolean, String)
Iterate through the selection members and yield every line back to the caller.
Declaration
public IEnumerable<string> ExportSelectionMembersEnumerator(int selectionId, string templateName, string cultureName, int targetTableNumber, bool useContacts, string orderBy = null)
Parameters
Returns
Run(String, String)
Declaration
protected override bool Run(string name, string context)
Parameters
Returns
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)