C# Class HYPDM.WinUI.WorkFlow.Flow.StandardFlow

Inheritance: System.Windows.Forms.Form
Show file Open project: huayancreate/HYPDM Class Usage Examples

Public Methods

Method Description
StandardFlow ( string objectKey, DataType relationObjectType, string wfTemplates ) : System

传参构造方法,创建工作流实例的时候使用

StandardFlow ( string templatesID, string wflowappID ) : System

重启工作流的时候需要

Protected Methods

Method Description
CreateFlowGraphicByWFTID ( ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

loadIni ( ) : void

Private Methods

Method Description
CreateButtonClickEvent ( System controls ) : void
CreateWF ( IList list, System ctl ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

StandardFlow_Click ( Object sender, EventArgs e ) : void
StandardFlow_Load ( object sender, EventArgs e ) : void
btnModify_Click ( object sender, EventArgs e ) : void
btnSubmit_Click ( object sender, EventArgs e ) : void
getCurrentStepHandle ( string wfappID, string wftStepID ) : string
reloadFlow ( ) : void
selUser ( string wftStepID ) : void

弹出选择用户登录的弹出框

tspDelete_Click ( object sender, EventArgs e ) : void
tspMenuUserOrGroup_Click ( object sender, EventArgs e ) : void
tspStart_Click ( object sender, EventArgs e ) : void
txtSubject_KeyPress ( object sender, KeyPressEventArgs e ) : void

Method Details

CreateFlowGraphicByWFTID() protected method

protected CreateFlowGraphicByWFTID ( ) : void
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

StandardFlow() public method

传参构造方法,创建工作流实例的时候使用
public StandardFlow ( string objectKey, DataType relationObjectType, string wfTemplates ) : System
objectKey string 对象主键
relationObjectType DataType 关联类型
wfTemplates string 工作流模板ID
return System

StandardFlow() public method

重启工作流的时候需要
public StandardFlow ( string templatesID, string wflowappID ) : System
templatesID string
wflowappID string
return System

loadIni() protected method

protected loadIni ( ) : void
return void