/// <summary>
 /// Deprecated Method for adding a new object to the LockStatus EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToLockStatus(LockStatu lockStatu)
 {
     base.AddObject("LockStatus", lockStatu);
 }
 /// <summary>
 /// Create a new LockStatu object.
 /// </summary>
 /// <param name="apartmentId">Initial value of the ApartmentId property.</param>
 /// <param name="operateUser">Initial value of the OperateUser property.</param>
 /// <param name="operateTime">Initial value of the OperateTime property.</param>
 public static LockStatu CreateLockStatu(global::System.Int32 apartmentId, global::System.String operateUser, global::System.DateTime operateTime)
 {
     LockStatu lockStatu = new LockStatu();
     lockStatu.ApartmentId = apartmentId;
     lockStatu.OperateUser = operateUser;
     lockStatu.OperateTime = operateTime;
     return lockStatu;
 }