Пример #1
0
 /// <summary>
 /// Create a new Flows object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="kre">Initial value of the Kre property.</param>
 /// <param name="deb">Initial value of the Deb property.</param>
 /// <param name="vol">Initial value of the Vol property.</param>
 /// <param name="fDate">Initial value of the fDate property.</param>
 /// <param name="smenaId">Initial value of the SmenaId property.</param>
 public static Flows CreateFlows(global::System.Int32 id, global::System.Int32 kre, global::System.Int32 deb, global::System.Decimal vol, global::System.DateTime fDate, global::System.Int32 smenaId)
 {
     Flows flows = new Flows();
     flows.id = id;
     flows.Kre = kre;
     flows.Deb = deb;
     flows.Vol = vol;
     flows.fDate = fDate;
     flows.SmenaId = smenaId;
     return flows;
 }
Пример #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Flows EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToFlows(Flows flows)
 {
     base.AddObject("Flows", flows);
 }