C# Class HYPDM.WinUI.WorkFlow.FlowRelationConfig

Afficher le fichier Open project: huayancreate/HYPDM

Méthodes publiques

Méthode Description
FlowRelationConfig ( ) : System

Méthodes protégées

Méthode 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

Méthode 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 méthode

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

CreateTemplatesGraphic() protected méthode

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

Dispose() protected méthode

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

FlowRelationConfig() public méthode

public FlowRelationConfig ( ) : System
Résultat System