/// <summary>
 /// Create a new FaxLog object.
 /// </summary>
 /// <param name="faxLogID">Initial value of the FaxLogID property.</param>
 public static FaxLog CreateFaxLog(global::System.Int32 faxLogID)
 {
     FaxLog faxLog = new FaxLog();
     faxLog.FaxLogID = faxLogID;
     return faxLog;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the FaxLogs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToFaxLogs(FaxLog faxLog)
 {
     base.AddObject("FaxLogs", faxLog);
 }