/// <summary>
 /// Create a new O_PurchaseOrder object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="purchaseOrderID">Initial value of the PurchaseOrderID property.</param>
 /// <param name="contactMobile">Initial value of the ContactMobile property.</param>
 /// <param name="active">Initial value of the Active property.</param>
 /// <param name="createTime">Initial value of the CreateTime property.</param>
 /// <param name="modifyTime_">Initial value of the ModifyTime_ property.</param>
 /// <param name="isProxyResource">Initial value of the IsProxyResource property.</param>
 public static O_PurchaseOrder CreateO_PurchaseOrder(global::System.Int32 id, global::System.Int32 purchaseOrderID, global::System.String contactMobile, global::System.String active, global::System.DateTime createTime, global::System.DateTime modifyTime_, global::System.String isProxyResource)
 {
     O_PurchaseOrder o_PurchaseOrder = new O_PurchaseOrder();
     o_PurchaseOrder.ID = id;
     o_PurchaseOrder.PurchaseOrderID = purchaseOrderID;
     o_PurchaseOrder.ContactMobile = contactMobile;
     o_PurchaseOrder.Active = active;
     o_PurchaseOrder.CreateTime = createTime;
     o_PurchaseOrder.ModifyTime_ = modifyTime_;
     o_PurchaseOrder.IsProxyResource = isProxyResource;
     return o_PurchaseOrder;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the O_PurchaseOrder EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToO_PurchaseOrder(O_PurchaseOrder o_PurchaseOrder)
 {
     base.AddObject("O_PurchaseOrder", o_PurchaseOrder);
 }