C# Class HYPDM.WinUI.WorkFlow.FlowRelationConfig

Mostra file Open project: huayancreate/HYPDM

Public Methods

Method Description
FlowRelationConfig ( ) : System

Protected Methods

Method Description
CreateFlowGraphicByWFTID ( string flowName, string wftid, Control ctl, string wfappid ) : void

创建流程实例视图

CreateTemplatesGraphic ( string flowName, string wftid, Control ctl ) : void

创建流程模板视图

Dispose ( bool disposing ) : void

清理所有正在使用的资源。

Private Methods

Method Description
CreateWF ( IList list, System ctl, string flowName, string wftid, string wfappid ) : void
CreateWFTemplates ( IList list, System ctl, string flowName, string wftid ) : void
InitializeComponent ( ) : void

设计器支持所需的方法 - 不要 使用代码编辑器修改此方法的内容。

SetFlowList ( TreeView tv, TreeNode node ) : void
SetRealtionObject ( ) : void
StartEx ( ) : void
cleatButton ( Control ctl ) : void
dgvExtTemplates_DoubleClick ( object sender, EventArgs e ) : void
getCurrentStepHandle ( string wfappID, string wftStepID ) : string
iniTreeView ( TreeView tv ) : void
tvFlowList_AfterSelect ( object sender, TreeViewEventArgs e ) : void

Method Details

CreateFlowGraphicByWFTID() protected method

创建流程实例视图
protected CreateFlowGraphicByWFTID ( string flowName, string wftid, Control ctl, string wfappid ) : void
flowName string
wftid string
ctl Control
wfappid string
return void

CreateTemplatesGraphic() protected method

创建流程模板视图
protected CreateTemplatesGraphic ( string flowName, string wftid, Control ctl ) : void
flowName string
wftid string
ctl Control
return void

Dispose() protected method

清理所有正在使用的资源。
protected Dispose ( bool disposing ) : void
disposing bool 如果应释放托管资源,为 true;否则为 false。
return void

FlowRelationConfig() public method

public FlowRelationConfig ( ) : System
return System