/// <summary> /// Deprecated Method for adding a new object to the FootnoteMenuSels EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToFootnoteMenuSels(FootnoteMenuSel footnoteMenuSel) { base.AddObject("FootnoteMenuSels", footnoteMenuSel); }
/// <summary> /// Create a new FootnoteMenuSel object. /// </summary> /// <param name="menu">Initial value of the Menu property.</param> /// <param name="selection">Initial value of the Selection 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 FootnoteMenuSel CreateFootnoteMenuSel(global::System.String menu, global::System.String selection, global::System.Decimal footnoteNo, global::System.String userId, global::System.DateTime logDate) { FootnoteMenuSel footnoteMenuSel = new FootnoteMenuSel(); footnoteMenuSel.Menu = menu; footnoteMenuSel.Selection = selection; footnoteMenuSel.FootnoteNo = footnoteNo; footnoteMenuSel.UserId = userId; footnoteMenuSel.LogDate = logDate; return footnoteMenuSel; }