/// <summary>
 /// Deprecated Method for adding a new object to the PagoDet EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPagoDet(PagoDet pagoDet)
 {
     base.AddObject("PagoDet", pagoDet);
 }
 /// <summary>
 /// Create a new PagoDet object.
 /// </summary>
 /// <param name="numLinea">Initial value of the NumLinea property.</param>
 /// <param name="idMedioPago">Initial value of the IdMedioPago property.</param>
 /// <param name="monto">Initial value of the Monto property.</param>
 /// <param name="numeroCuenta">Initial value of the NumeroCuenta property.</param>
 /// <param name="idEmpresa">Initial value of the IdEmpresa property.</param>
 /// <param name="idBanco">Initial value of the IdBanco property.</param>
 /// <param name="numComprobante">Initial value of the NumComprobante property.</param>
 /// <param name="numPago">Initial value of the NumPago property.</param>
 public static PagoDet CreatePagoDet(global::System.Int32 numLinea, global::System.Int32 idMedioPago, global::System.Decimal monto, global::System.Int32 numeroCuenta, global::System.Int32 idEmpresa, global::System.Int32 idBanco, global::System.Decimal numComprobante, global::System.Int32 numPago)
 {
     PagoDet pagoDet = new PagoDet();
     pagoDet.NumLinea = numLinea;
     pagoDet.IdMedioPago = idMedioPago;
     pagoDet.Monto = monto;
     pagoDet.NumeroCuenta = numeroCuenta;
     pagoDet.IdEmpresa = idEmpresa;
     pagoDet.IdBanco = idBanco;
     pagoDet.NumComprobante = numComprobante;
     pagoDet.NumPago = numPago;
     return pagoDet;
 }