/// <summary>
 /// Deprecated Method for adding a new object to the Footnotes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToFootnotes(Footnote footnote)
 {
     base.AddObject("Footnotes", footnote);
 }
 /// <summary>
 /// Create a new Footnote object.
 /// </summary>
 /// <param name="footnoteNo">Initial value of the FootnoteNo property.</param>
 /// <param name="footnoteType">Initial value of the FootnoteType property.</param>
 /// <param name="showFootnote">Initial value of the ShowFootnote property.</param>
 /// <param name="mandOpt">Initial value of the MandOpt property.</param>
 /// <param name="footnoteText">Initial value of the FootnoteText property.</param>
 /// <param name="userId">Initial value of the UserId property.</param>
 /// <param name="logDate">Initial value of the LogDate property.</param>
 public static Footnote CreateFootnote(global::System.Decimal footnoteNo, global::System.String footnoteType, global::System.String showFootnote, global::System.String mandOpt, global::System.String footnoteText, global::System.String userId, global::System.DateTime logDate)
 {
     Footnote footnote = new Footnote();
     footnote.FootnoteNo = footnoteNo;
     footnote.FootnoteType = footnoteType;
     footnote.ShowFootnote = showFootnote;
     footnote.MandOpt = mandOpt;
     footnote.FootnoteText = footnoteText;
     footnote.UserId = userId;
     footnote.LogDate = logDate;
     return footnote;
 }