Exemple #1
0
 public void AssignFrom(Sys_WorkflowDefine other)
 {
     this.AssembleName = other.AssembleName;
     this.CreateTime   = other.CreateTime;
     this.Description  = other.Description;
     this.Name         = other.Name;
     this.Namespace    = other.Namespace;
     this.Status       = other.Status;
     this.UpdateTime   = other.UpdateTime;
 }
 public void AssignFrom(Sys_WorkflowDefine other)
 {
     this.AssembleName = other.AssembleName;
     this.CreateTime = other.CreateTime;
     this.Description = other.Description;
     this.Name = other.Name;
     this.Namespace = other.Namespace;
     this.Status = other.Status;
     this.UpdateTime = other.UpdateTime;
 }