Method | Description | |
---|---|---|
StandardFlow ( string objectKey, DataType relationObjectType, string wfTemplates ) : System |
传参构造方法,创建工作流实例的时候使用
|
|
StandardFlow ( string templatesID, string wflowappID ) : System |
重启工作流的时候需要
|
Method | Description | |
---|---|---|
CreateFlowGraphicByWFTID ( ) : void | ||
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
loadIni ( ) : void |
Method | Description | |
---|---|---|
CreateButtonClickEvent ( System controls ) : void | ||
CreateWF ( IList |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
StandardFlow_Click ( Object sender, |
||
StandardFlow_Load ( object sender, |
||
btnModify_Click ( object sender, |
||
btnSubmit_Click ( object sender, |
||
getCurrentStepHandle ( string wfappID, string wftStepID ) : string | ||
reloadFlow ( ) : void | ||
selUser ( string wftStepID ) : void |
弹出选择用户登录的弹出框
|
|
tspDelete_Click ( object sender, |
||
tspMenuUserOrGroup_Click ( object sender, |
||
tspStart_Click ( object sender, |
||
txtSubject_KeyPress ( object sender, |
protected CreateFlowGraphicByWFTID ( ) : void | ||
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public StandardFlow ( string objectKey, DataType relationObjectType, string wfTemplates ) : System | ||
objectKey | string | 对象主键 |
relationObjectType | DataType | 关联类型 |
wfTemplates | string | 工作流模板ID |
return | System |
public StandardFlow ( string templatesID, string wflowappID ) : System | ||
templatesID | string | |
wflowappID | string | |
return | System |