/// <summary>
 /// Create a new PO_Message object.
 /// </summary>
 /// <param name="msgID">Initial value of the MsgID property.</param>
 /// <param name="appSender">Initial value of the AppSender property.</param>
 /// <param name="sender">Initial value of the Sender property.</param>
 /// <param name="orderID">Initial value of the OrderID property.</param>
 /// <param name="ctripResourceID">Initial value of the CtripResourceID property.</param>
 /// <param name="providerID">Initial value of the ProviderID property.</param>
 /// <param name="msgType">Initial value of the MsgType property.</param>
 /// <param name="msgBody">Initial value of the MsgBody property.</param>
 /// <param name="msgStatus">Initial value of the MsgStatus property.</param>
 /// <param name="sentTime">Initial value of the SentTime property.</param>
 /// <param name="purchaseOrderID">Initial value of the PurchaseOrderID property.</param>
 /// <param name="modifyTime">Initial value of the ModifyTime property.</param>
 public static PO_Message CreatePO_Message(global::System.Int32 msgID, global::System.String appSender, global::System.String sender, global::System.Int32 orderID, global::System.Int32 ctripResourceID, global::System.Int32 providerID, global::System.Int32 msgType, global::System.String msgBody, global::System.String msgStatus, global::System.DateTime sentTime, global::System.Int32 purchaseOrderID, global::System.DateTime modifyTime)
 {
     PO_Message pO_Message = new PO_Message();
     pO_Message.MsgID = msgID;
     pO_Message.AppSender = appSender;
     pO_Message.Sender = sender;
     pO_Message.OrderID = orderID;
     pO_Message.CtripResourceID = ctripResourceID;
     pO_Message.ProviderID = providerID;
     pO_Message.MsgType = msgType;
     pO_Message.MsgBody = msgBody;
     pO_Message.MsgStatus = msgStatus;
     pO_Message.SentTime = sentTime;
     pO_Message.PurchaseOrderID = purchaseOrderID;
     pO_Message.ModifyTime = modifyTime;
     return pO_Message;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the PO_Message EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPO_Message(PO_Message pO_Message)
 {
     base.AddObject("PO_Message", pO_Message);
 }