/// <summary>
 /// Deprecated Method for adding a new object to the FootnoteContTimes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToFootnoteContTimes(FootnoteContTime footnoteContTime)
 {
     base.AddObject("FootnoteContTimes", footnoteContTime);
 }
 /// <summary>
 /// Create a new FootnoteContTime object.
 /// </summary>
 /// <param name="mainTable">Initial value of the MainTable property.</param>
 /// <param name="contents">Initial value of the Contents property.</param>
 /// <param name="timePeriod">Initial value of the TimePeriod property.</param>
 /// <param name="footnoteNo">Initial value of the FootnoteNo property.</param>
 /// <param name="cellnote">Initial value of the Cellnote property.</param>
 /// <param name="userId">Initial value of the UserId property.</param>
 /// <param name="logDate">Initial value of the LogDate property.</param>
 public static FootnoteContTime CreateFootnoteContTime(global::System.String mainTable, global::System.String contents, global::System.String timePeriod, global::System.Decimal footnoteNo, global::System.String cellnote, global::System.String userId, global::System.DateTime logDate)
 {
     FootnoteContTime footnoteContTime = new FootnoteContTime();
     footnoteContTime.MainTable = mainTable;
     footnoteContTime.Contents = contents;
     footnoteContTime.TimePeriod = timePeriod;
     footnoteContTime.FootnoteNo = footnoteNo;
     footnoteContTime.Cellnote = cellnote;
     footnoteContTime.UserId = userId;
     footnoteContTime.LogDate = logDate;
     return footnoteContTime;
 }