/// <summary>
 /// Create a new QueryLockStatusView object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="residentialId">Initial value of the ResidentialId property.</param>
 /// <param name="roomType">Initial value of the RoomType property.</param>
 /// <param name="area">Initial value of the Area property.</param>
 /// <param name="operateUser">Initial value of the OperateUser property.</param>
 /// <param name="operateTime">Initial value of the OperateTime property.</param>
 public static QueryLockStatusView CreateQueryLockStatusView(global::System.Int32 id, global::System.Int32 residentialId, global::System.String roomType, global::System.Double area, global::System.String operateUser, global::System.DateTime operateTime)
 {
     QueryLockStatusView queryLockStatusView = new QueryLockStatusView();
     queryLockStatusView.Id = id;
     queryLockStatusView.ResidentialId = residentialId;
     queryLockStatusView.RoomType = roomType;
     queryLockStatusView.Area = area;
     queryLockStatusView.OperateUser = operateUser;
     queryLockStatusView.OperateTime = operateTime;
     return queryLockStatusView;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the QueryLockStatusViews EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToQueryLockStatusViews(QueryLockStatusView queryLockStatusView)
 {
     base.AddObject("QueryLockStatusViews", queryLockStatusView);
 }