/// <summary>
 /// Deprecated Method for adding a new object to the FootnoteVariables EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToFootnoteVariables(FootnoteVariable footnoteVariable)
 {
     base.AddObject("FootnoteVariables", footnoteVariable);
 }
 /// <summary>
 /// Create a new FootnoteVariable object.
 /// </summary>
 /// <param name="variable">Initial value of the Variable property.</param>
 /// <param name="footnoteNo">Initial value of the FootnoteNo property.</param>
 /// <param name="userId">Initial value of the UserId property.</param>
 /// <param name="logDate">Initial value of the LogDate property.</param>
 public static FootnoteVariable CreateFootnoteVariable(global::System.String variable, global::System.Decimal footnoteNo, global::System.String userId, global::System.DateTime logDate)
 {
     FootnoteVariable footnoteVariable = new FootnoteVariable();
     footnoteVariable.Variable = variable;
     footnoteVariable.FootnoteNo = footnoteNo;
     footnoteVariable.UserId = userId;
     footnoteVariable.LogDate = logDate;
     return footnoteVariable;
 }