Пример #1
0
 public ProcessController(ITFlowEngine managementApi
     , Taobao.Workflow.Activities.Client.ITFlowEngine clientApi
     , string MiddleWebWhiteList)
 {
     this._managementApi = managementApi;
     this._clientApi = clientApi;
     this._MiddleWebWhiteList = MiddleWebWhiteList;
 }
Пример #2
0
 public ProcessController(ITFlowEngine managementApi
                          , Taobao.Workflow.Activities.Client.ITFlowEngine clientApi
                          , string MiddleWebWhiteList)
 {
     this._managementApi      = managementApi;
     this._clientApi          = clientApi;
     this._MiddleWebWhiteList = MiddleWebWhiteList;
 }
Пример #3
0
 public ProcessTypeController(ITFlowEngine managementApi
     , string MiddleWebWhiteList)
 {
     this._managementApi = managementApi;
     this._MiddleWebWhiteList = MiddleWebWhiteList;
 }
Пример #4
0
 public ErrorController(ITFlowEngine engine
                        , string MiddleWebWhiteList)
 {
     this._engine             = engine;
     this._MiddleWebWhiteList = MiddleWebWhiteList;
 }
Пример #5
0
 public ErrorController(ITFlowEngine engine
     , string MiddleWebWhiteList)
 {
     this._engine = engine;
     this._MiddleWebWhiteList = MiddleWebWhiteList;
 }
Пример #6
0
 public ProcessTypeController(ITFlowEngine managementApi
                              , string MiddleWebWhiteList)
 {
     this._managementApi      = managementApi;
     this._MiddleWebWhiteList = MiddleWebWhiteList;
 }