Пример #1
0
 /// <summary>
 /// Create a new GastoInformeDetalle object.
 /// </summary>
 /// <param name="idGastoInformeDetalle">Initial value of the IdGastoInformeDetalle property.</param>
 /// <param name="idGastoInforme">Initial value of the IdGastoInforme property.</param>
 /// <param name="idProyecto">Initial value of the IdProyecto property.</param>
 /// <param name="idGastoConcepto">Initial value of the IdGastoConcepto property.</param>
 /// <param name="fecha">Initial value of the Fecha property.</param>
 /// <param name="comprobante">Initial value of the Comprobante property.</param>
 /// <param name="observaciones">Initial value of the Observaciones property.</param>
 /// <param name="montoLocal">Initial value of the MontoLocal property.</param>
 /// <param name="idMonedaLocal">Initial value of the IdMonedaLocal property.</param>
 /// <param name="montoUSD">Initial value of the MontoUSD property.</param>
 /// <param name="idMonedaUSD">Initial value of the IdMonedaUSD property.</param>
 /// <param name="tipoDeCambio">Initial value of the TipoDeCambio property.</param>
 /// <param name="reembonsable">Initial value of the Reembonsable property.</param>
 public static GastoInformeDetalle CreateGastoInformeDetalle(global::System.Int32 idGastoInformeDetalle, global::System.Int32 idGastoInforme, global::System.Int32 idProyecto, global::System.Int32 idGastoConcepto, global::System.DateTime fecha, global::System.String comprobante, global::System.String observaciones, global::System.Decimal montoLocal, global::System.Int32 idMonedaLocal, global::System.Decimal montoUSD, global::System.Int32 idMonedaUSD, global::System.Decimal tipoDeCambio, global::System.Boolean reembonsable)
 {
     GastoInformeDetalle gastoInformeDetalle = new GastoInformeDetalle();
     gastoInformeDetalle.IdGastoInformeDetalle = idGastoInformeDetalle;
     gastoInformeDetalle.IdGastoInforme = idGastoInforme;
     gastoInformeDetalle.IdProyecto = idProyecto;
     gastoInformeDetalle.IdGastoConcepto = idGastoConcepto;
     gastoInformeDetalle.Fecha = fecha;
     gastoInformeDetalle.Comprobante = comprobante;
     gastoInformeDetalle.Observaciones = observaciones;
     gastoInformeDetalle.MontoLocal = montoLocal;
     gastoInformeDetalle.IdMonedaLocal = idMonedaLocal;
     gastoInformeDetalle.MontoUSD = montoUSD;
     gastoInformeDetalle.IdMonedaUSD = idMonedaUSD;
     gastoInformeDetalle.TipoDeCambio = tipoDeCambio;
     gastoInformeDetalle.Reembonsable = reembonsable;
     return gastoInformeDetalle;
 }
Пример #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the GastoInformeDetalleSet EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToGastoInformeDetalleSet(GastoInformeDetalle gastoInformeDetalle)
 {
     base.AddObject("GastoInformeDetalleSet", gastoInformeDetalle);
 }