C# Class PBAccelerator.TemplateFolderPollingActivityBase

FolderPollingActivityBase class inherits from ActivityBase (see TemplateActivityBase) and implement some of the IActivity methods used commonly by activities that polls a folder to kick off activity runs.
Inheritance: FolderPollingActivityBase
显示文件 Open project: GFTUSA/GFTInternal

Public Methods

Method Description
Run ( ActivityRun activityRun, IGenevaActions genevaInstance ) : void

IActivity.Run(ActivityRun,IGenevaActions)

Start ( ) : void

IActivity.Start

Validate ( ) : List

Validate if the Activity is ready to start.

Method Details

Run() public method

IActivity.Run(ActivityRun,IGenevaActions)
public Run ( ActivityRun activityRun, IGenevaActions genevaInstance ) : void
activityRun ActivityRun ActivityRun instance
genevaInstance IGenevaActions GenevaAction instance
return void

Start() public method

IActivity.Start
public Start ( ) : void
return void

Validate() public method

Validate if the Activity is ready to start.
public Validate ( ) : List
return List