예제 #1
0
 /// <summary>
 /// Create a new TablaISPTDetalle object.
 /// </summary>
 /// <param name="iD_Tispt">Initial value of the ID_Tispt property.</param>
 /// <param name="lINF">Initial value of the LINF property.</param>
 /// <param name="lSUP">Initial value of the LSUP property.</param>
 /// <param name="cFIJA">Initial value of the CFIJA property.</param>
 /// <param name="pOREXCED">Initial value of the POREXCED property.</param>
 /// <param name="iD_TisptDetalle">Initial value of the ID_TisptDetalle property.</param>
 public static TablaISPTDetalle CreateTablaISPTDetalle(global::System.Int32 iD_Tispt, global::System.Decimal lINF, global::System.Decimal lSUP, global::System.Decimal cFIJA, global::System.Decimal pOREXCED, global::System.Int32 iD_TisptDetalle)
 {
     TablaISPTDetalle tablaISPTDetalle = new TablaISPTDetalle();
     tablaISPTDetalle.ID_Tispt = iD_Tispt;
     tablaISPTDetalle.LINF = lINF;
     tablaISPTDetalle.LSUP = lSUP;
     tablaISPTDetalle.CFIJA = cFIJA;
     tablaISPTDetalle.POREXCED = pOREXCED;
     tablaISPTDetalle.ID_TisptDetalle = iD_TisptDetalle;
     return tablaISPTDetalle;
 }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the TablaISPTDetalles EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTablaISPTDetalles(TablaISPTDetalle tablaISPTDetalle)
 {
     base.AddObject("TablaISPTDetalles", tablaISPTDetalle);
 }