コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the FootnoteValues EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToFootnoteValues(FootnoteValue footnoteValue)
 {
     base.AddObject("FootnoteValues", footnoteValue);
 }
コード例 #2
0
 /// <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;
 }