コード例 #1
0
 /// <summary>
 /// 构造函数。
 /// </summary>
 public FlowServicePresenter()
 {
     this.flowProcessEntity = new FlowProcessEntity();
     this.flowProcessInstanceEntity = new FlowProcessInstanceEntity();
     this.flowStepInstanceEntity = new FlowStepInstanceEntity();
     this.flowStepInstanceDataEntity = new FlowStepInstanceDataEntity();
     this.flowInstanceRunErrorEntity = new FlowInstanceRunErrorEntity();
 }
コード例 #2
0
 /// <summary>
 /// 构造函数。
 /// </summary>
 /// <param name="flowStepInstance"></param>
 public WinFlowEngineServiceCore()
 {
     this.flowProcessInstanceEntity = new FlowProcessInstanceEntity();
     this.flowStepInstanceEntity = new FlowStepInstanceEntity();
     this.flowParameterInstanceEntity = new FlowParameterInstanceEntity();
     this.flowStepInstanceDataEntity = new FlowStepInstanceDataEntity();
     this.flowInstanceRunErrorEntity = new FlowInstanceRunErrorEntity();
     this.flowInstanceTaskEntity = new FlowInstanceTaskEntity();
 }
コード例 #3
0
 /// <summary>
 /// 构造函数。
 /// </summary>
 public PendingWebPartData()
 {
     this.flowInstanceTaskEntity = new FlowInstanceTaskEntity();
     this.flowStepInstanceEntity = new FlowStepInstanceEntity();
 }
コード例 #4
0
 /// <summary>
 /// 构造函数。
 /// </summary>
 public BeReadWebPartData()
 {
     this.flowInstanceTaskEntity = new FlowInstanceTaskEntity();
     this.flowStepInstanceEntity = new FlowStepInstanceEntity();
 }