コード例 #1
0
 public void AssignFrom(Sys_WorkflowState other)
 {
     this.CreateTime    = other.CreateTime;
     this.Creator       = other.Creator;
     this.CurrentNodeId = other.CurrentNodeId;
     this.Status        = other.Status;
     this.UpdateTime    = other.UpdateTime;
     this.WFId          = other.WFId;
 }
コード例 #2
0
 public void AssignFrom(Sys_WorkflowState other)
 {
     this.CreateTime = other.CreateTime;
     this.Creator = other.Creator;
     this.CurrentNodeId = other.CurrentNodeId;
     this.Status = other.Status;
     this.UpdateTime = other.UpdateTime;
     this.WFId = other.WFId;
 }