Пример #1
0
 /// <summary>
 /// Create a new SpareInSpareOutgoView object.
 /// </summary>
 /// <param name="spare_id">Initial value of the spare_id property.</param>
 /// <param name="quantity">Initial value of the quantity property.</param>
 /// <param name="total_sum">Initial value of the total_sum property.</param>
 /// <param name="spare_outgo_id">Initial value of the spare_outgo_id property.</param>
 /// <param name="id">Initial value of the id property.</param>
 public static SpareInSpareOutgoView CreateSpareInSpareOutgoView(global::System.Int32 spare_id, global::System.Decimal quantity, global::System.Decimal total_sum, global::System.Int32 spare_outgo_id, global::System.Int32 id)
 {
     SpareInSpareOutgoView spareInSpareOutgoView = new SpareInSpareOutgoView();
     spareInSpareOutgoView.spare_id = spare_id;
     spareInSpareOutgoView.quantity = quantity;
     spareInSpareOutgoView.total_sum = total_sum;
     spareInSpareOutgoView.spare_outgo_id = spare_outgo_id;
     spareInSpareOutgoView.id = id;
     return spareInSpareOutgoView;
 }
Пример #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the SpareInSpareOutgoViews EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSpareInSpareOutgoViews(SpareInSpareOutgoView spareInSpareOutgoView)
 {
     base.AddObject("SpareInSpareOutgoViews", spareInSpareOutgoView);
 }