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; }