/// <summary>
 /// Deprecated Method for adding a new object to the FaxesSendServers EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToFaxesSendServers(FaxesSendServer faxesSendServer)
 {
     base.AddObject("FaxesSendServers", faxesSendServer);
 }
 /// <summary>
 /// Create a new FaxesSendServer object.
 /// </summary>
 /// <param name="sendID">Initial value of the SendID property.</param>
 /// <param name="accountID">Initial value of the AccountID property.</param>
 /// <param name="userID">Initial value of the UserID property.</param>
 /// <param name="faxName">Initial value of the FaxName property.</param>
 /// <param name="faxPath">Initial value of the FaxPath property.</param>
 /// <param name="faxNumber">Initial value of the FaxNumber property.</param>
 /// <param name="recipientName">Initial value of the RecipientName property.</param>
 /// <param name="notes">Initial value of the Notes property.</param>
 /// <param name="pageCount">Initial value of the PageCount property.</param>
 /// <param name="faxSent">Initial value of the FaxSent property.</param>
 /// <param name="inUse">Initial value of the InUse property.</param>
 /// <param name="toTif">Initial value of the ToTif property.</param>
 /// <param name="callWait">Initial value of the CallWait property.</param>
 /// <param name="timesCalled">Initial value of the TimesCalled property.</param>
 /// <param name="status">Initial value of the Status property.</param>
 /// <param name="showFax">Initial value of the ShowFax property.</param>
 /// <param name="createTime">Initial value of the CreateTime property.</param>
 /// <param name="completionTime">Initial value of the CompletionTime property.</param>
 /// <param name="dateStamp">Initial value of the DateStamp property.</param>
 public static FaxesSendServer CreateFaxesSendServer(global::System.Int32 sendID, global::System.Int32 accountID, global::System.String userID, global::System.String faxName, global::System.String faxPath, global::System.String faxNumber, global::System.String recipientName, global::System.String notes, global::System.Int32 pageCount, global::System.String faxSent, global::System.String inUse, global::System.String toTif, global::System.Decimal callWait, global::System.Int32 timesCalled, global::System.String status, global::System.String showFax, global::System.DateTime createTime, global::System.String completionTime, global::System.DateTime dateStamp)
 {
     FaxesSendServer faxesSendServer = new FaxesSendServer();
     faxesSendServer.SendID = sendID;
     faxesSendServer.AccountID = accountID;
     faxesSendServer.UserID = userID;
     faxesSendServer.FaxName = faxName;
     faxesSendServer.FaxPath = faxPath;
     faxesSendServer.FaxNumber = faxNumber;
     faxesSendServer.RecipientName = recipientName;
     faxesSendServer.Notes = notes;
     faxesSendServer.PageCount = pageCount;
     faxesSendServer.FaxSent = faxSent;
     faxesSendServer.InUse = inUse;
     faxesSendServer.ToTif = toTif;
     faxesSendServer.CallWait = callWait;
     faxesSendServer.TimesCalled = timesCalled;
     faxesSendServer.Status = status;
     faxesSendServer.ShowFax = showFax;
     faxesSendServer.CreateTime = createTime;
     faxesSendServer.CompletionTime = completionTime;
     faxesSendServer.DateStamp = dateStamp;
     return faxesSendServer;
 }