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