Exemplo n.º 1
0
 public void AssignFrom(Sys_Transition other)
 {
     this.Condition = other.Condition;
     this.CreateTime = other.CreateTime;
     this.FromNodeId = other.FromNodeId;
     this.ToNodeId = other.ToNodeId;
     this.UpdateTime = other.UpdateTime;
 }
Exemplo n.º 2
0
 public void AssignFrom(Sys_Transition other)
 {
     this.Condition  = other.Condition;
     this.CreateTime = other.CreateTime;
     this.FromNodeId = other.FromNodeId;
     this.ToNodeId   = other.ToNodeId;
     this.UpdateTime = other.UpdateTime;
 }