Show / Hide Table of Contents

Class BulkUpdateBatchPlugin

BulkUpdateBatchPlugin will execute a batchupdate .

Inheritance
Object
BatchTaskBase
BulkUpdateBatchPlugin
Implements
IBatchTask
Inherited Members
BatchTaskBase._isEnding
BatchTaskBase._statusUpdateInterval
BatchTaskBase.StartTask(Int32, String, String, BatchTaskStatusChanged)
BatchTaskBase.StartTask(BatchTaskInfo, String, BatchTaskStatusChanged)
BatchTaskBase.GetTaskInfo()
BatchTaskBase.EndTask()
BatchTaskBase.ProgressCallback(Int32, Int32, Boolean)
BatchTaskBase.SetResult(String)
BatchTaskBase.SaveStreamToBlob(Stream, String, String, String)
BatchTaskBase.EnsureUdefs()
BatchTaskBase.Id
BatchTaskBase.BatchTaskInfo
BatchTaskBase.Name
BatchTaskBase.Context
BatchTaskBase.Result
BatchTaskBase.State
Namespace: SuperOffice.CRM.BatchProcessing.Plugins
Assembly: SoBatchProcessing.dll
Syntax
[BatchTask]
public class BulkUpdateBatchPlugin : BatchTaskBase, IBatchTask, IPlugin
Remarks

This job is initiated from batchupdate dialog in web. It has saved the update statements in db, so this job will fetch this and execute the actual update

Constructors

BulkUpdateBatchPlugin()

BulkUpdateBatchPlugin will execute a batchupdate .

Declaration
public BulkUpdateBatchPlugin()
Remarks

This job is initiated from batchupdate dialog in web. It has saved the update statements in db, so this job will fetch this and execute the actual update

Fields

PluginName

BulkUpdateBatchPlugin will execute a batchupdate .

Declaration
public const string PluginName = "BulkUpdateBatchPlugin"
Field Value
Type Description
String
Remarks

This job is initiated from batchupdate dialog in web. It has saved the update statements in db, so this job will fetch this and execute the actual update

Methods

Run(String, String)

Create the report with the parameters supplied in ParameterObject.

Declaration
protected override bool Run(string name, string context)
Parameters
Type Name Description
String name

Task name - unused

String context

Context name - unused

Returns
Type Description
Boolean

true if the report succeeded

Overrides
BatchTaskBase.Run(String, String)
Remarks

This job is initiated from batchupdate dialog in web. It has saved the update statements in db, so this job will fetch this and execute the actual update

Implements

IBatchTask

Extension Methods

EnumUtil.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top