Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the FixedTotals EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToFixedTotals(FixedTotal fixedTotal)
 {
     base.AddObject("FixedTotals", fixedTotal);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new FixedTotal object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="record">Initial value of the Record property.</param>
 public static FixedTotal CreateFixedTotal(global::System.Guid id, global::System.Int32 record)
 {
     FixedTotal fixedTotal = new FixedTotal();
     fixedTotal.ID = id;
     fixedTotal.Record = record;
     return fixedTotal;
 }