예제 #1
0
 /// <summary>
 /// Create a new Deducciones object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="idDetallePartido">Initial value of the idDetallePartido property.</param>
 /// <param name="tipo">Initial value of the tipo property.</param>
 /// <param name="monto">Initial value of the monto property.</param>
 public static Deducciones CreateDeducciones(global::System.Int32 id, global::System.Int32 idDetallePartido, global::System.Int32 tipo, global::System.Decimal monto)
 {
     Deducciones deducciones = new Deducciones();
     deducciones.id = id;
     deducciones.idDetallePartido = idDetallePartido;
     deducciones.tipo = tipo;
     deducciones.monto = monto;
     return deducciones;
 }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Deducciones EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDeducciones(Deducciones deducciones)
 {
     base.AddObject("Deducciones", deducciones);
 }