/// <summary> /// Deprecated Method for adding a new object to the FootnoteValues EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToFootnoteValues(FootnoteValue footnoteValue) { base.AddObject("FootnoteValues", footnoteValue); }
/// <summary> /// Create a new FootnoteValue object. /// </summary> /// <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="userId">Initial value of the UserId property.</param> /// <param name="logDate">Initial value of the LogDate property.</param> public static FootnoteValue CreateFootnoteValue(global::System.String valuePool, global::System.String valueCode, global::System.Decimal footnoteNo, global::System.String userId, global::System.DateTime logDate) { FootnoteValue footnoteValue = new FootnoteValue(); footnoteValue.ValuePool = valuePool; footnoteValue.ValueCode = valueCode; footnoteValue.FootnoteNo = footnoteNo; footnoteValue.UserId = userId; footnoteValue.LogDate = logDate; return footnoteValue; }