/// <summary>
 /// Deprecated Method for adding a new object to the FootnoteContValues EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToFootnoteContValues(FootnoteContValue footnoteContValue)
 {
     base.AddObject("FootnoteContValues", footnoteContValue);
 }
 /// <summary>
 /// Create a new FootnoteContValue object.
 /// </summary>
 /// <param name="mainTable">Initial value of the MainTable property.</param>
 /// <param name="contents">Initial value of the Contents property.</param>
 /// <param name="variable">Initial value of the Variable property.</param>
 /// <param name="valuePool">Initial value of the ValuePool property.</param>
 /// <param name="valueCode">Initial value of the ValueCode 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 FootnoteContValue CreateFootnoteContValue(global::System.String mainTable, global::System.String contents, global::System.String variable, global::System.String valuePool, global::System.String valueCode, global::System.Decimal footnoteNo, global::System.String cellnote, global::System.String userId, global::System.DateTime logDate)
 {
     FootnoteContValue footnoteContValue = new FootnoteContValue();
     footnoteContValue.MainTable = mainTable;
     footnoteContValue.Contents = contents;
     footnoteContValue.Variable = variable;
     footnoteContValue.ValuePool = valuePool;
     footnoteContValue.ValueCode = valueCode;
     footnoteContValue.FootnoteNo = footnoteNo;
     footnoteContValue.Cellnote = cellnote;
     footnoteContValue.UserId = userId;
     footnoteContValue.LogDate = logDate;
     return footnoteContValue;
 }