/// <summary> /// Deprecated Method for adding a new object to the FootnoteContents EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToFootnoteContents(FootnoteContent footnoteContent) { base.AddObject("FootnoteContents", footnoteContent); }
/// <summary> /// Create a new FootnoteContent object. /// </summary> /// <param name="mainTable">Initial value of the MainTable property.</param> /// <param name="contents">Initial value of the Contents 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 FootnoteContent CreateFootnoteContent(global::System.String mainTable, global::System.String contents, global::System.Decimal footnoteNo, global::System.String userId, global::System.DateTime logDate) { FootnoteContent footnoteContent = new FootnoteContent(); footnoteContent.MainTable = mainTable; footnoteContent.Contents = contents; footnoteContent.FootnoteNo = footnoteNo; footnoteContent.UserId = userId; footnoteContent.LogDate = logDate; return footnoteContent; }