/// <summary> /// Deprecated Method for adding a new object to the CuentaxCobrarDet EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToCuentaxCobrarDet(CuentaxCobrarDet cuentaxCobrarDet) { base.AddObject("CuentaxCobrarDet", cuentaxCobrarDet); }
/// <summary> /// Create a new CuentaxCobrarDet object. /// </summary> /// <param name="idCuentaxCobrar">Initial value of the idCuentaxCobrar property.</param> /// <param name="numero">Initial value of the Numero property.</param> /// <param name="numero_cuota">Initial value of the numero_cuota property.</param> /// <param name="valor_cuota">Initial value of the valor_cuota property.</param> /// <param name="valor_interes">Initial value of the valor_interes property.</param> /// <param name="valor_mora">Initial value of the valor_mora property.</param> /// <param name="fecha_cobro">Initial value of the fecha_cobro property.</param> /// <param name="fecha_vencimiento">Initial value of the fecha_vencimiento property.</param> public static CuentaxCobrarDet CreateCuentaxCobrarDet(global::System.Int32 idCuentaxCobrar, global::System.Int32 numero, global::System.Int32 numero_cuota, global::System.Decimal valor_cuota, global::System.Decimal valor_interes, global::System.Decimal valor_mora, global::System.DateTime fecha_cobro, global::System.DateTime fecha_vencimiento) { CuentaxCobrarDet cuentaxCobrarDet = new CuentaxCobrarDet(); cuentaxCobrarDet.idCuentaxCobrar = idCuentaxCobrar; cuentaxCobrarDet.Numero = numero; cuentaxCobrarDet.numero_cuota = numero_cuota; cuentaxCobrarDet.valor_cuota = valor_cuota; cuentaxCobrarDet.valor_interes = valor_interes; cuentaxCobrarDet.valor_mora = valor_mora; cuentaxCobrarDet.fecha_cobro = fecha_cobro; cuentaxCobrarDet.fecha_vencimiento = fecha_vencimiento; return cuentaxCobrarDet; }