Exferia/Exferia_EntityFramework/Exferia_EntityFramework/VTA_RemesasCabecera.cs

74 lines
3.9 KiB
C#

//------------------------------------------------------------------------------
// <auto-generated>
// Este código se generó a partir de una plantilla.
//
// Los cambios manuales en este archivo pueden causar un comportamiento inesperado de la aplicación.
// Los cambios manuales en este archivo se sobrescribirán si se regenera el código.
// </auto-generated>
//------------------------------------------------------------------------------
namespace Exferia_EntityFramework
{
using System;
using System.Collections.Generic;
public partial class VTA_RemesasCabecera
{
public VTA_RemesasCabecera()
{
this.VTA_RemesasCabecera_TipoCapturaDocumento = new HashSet<VTA_RemesasCabecera_TipoCapturaDocumento>();
this.VTA_RemesasLinea = new HashSet<VTA_RemesasLinea>();
}
public long id { get; set; }
public long codigo { get; set; }
public long idEmpresa { get; set; }
public long idDelegacion { get; set; }
public long idTesoreria { get; set; }
public Nullable<long> idPredefinidoCabecera_Remesa { get; set; }
public Nullable<long> idPredefinidoCabecera_Negociacion { get; set; }
public Nullable<long> idPredefinidoCabecera_CobroManual { get; set; }
public string observaciones { get; set; }
public Nullable<bool> recurrente { get; set; }
public System.DateTime fecha { get; set; }
public Nullable<bool> negociar { get; set; }
public Nullable<System.DateTime> fechaVencimientosCobros { get; set; }
public Nullable<bool> envio_Bloqueado { get; set; }
public Nullable<bool> cobro_Bloqueado { get; set; }
public decimal importe { get; set; }
public int tipoCaptura { get; set; }
public Nullable<System.DateTime> tipoCaptura_Fecha_Inicio { get; set; }
public Nullable<System.DateTime> tipoCaptura_Fecha_Final { get; set; }
public bool tipoCaptura_Negativos { get; set; }
public bool tipoCaptura_Bolsa { get; set; }
public Nullable<System.DateTime> fechaEnvioFichero { get; set; }
public int norma_Tipo { get; set; }
public Nullable<int> norma_Formato { get; set; }
public Nullable<int> norma_TipoFecha { get; set; }
public bool resumen_Acumular { get; set; }
public bool resumen_AcumularNegativos { get; set; }
public string estado { get; set; }
public Nullable<System.DateTime> fechaBorrado { get; set; }
public Nullable<System.DateTime> respuestaBancoRecibida { get; set; }
public Nullable<long> idRecepcionFichero { get; set; }
public Nullable<bool> financiado { get; set; }
public Nullable<System.DateTime> tipoCaptura_FechaNotificacion_Inicio { get; set; }
public Nullable<System.DateTime> tipoCaptura_FechaNotificacion_Fin { get; set; }
public Nullable<int> numeroEnvioAEAT { get; set; }
public string tipo { get; set; }
public string conceptoAuxiliar { get; set; }
public Nullable<bool> aceptada_AEAT { get; set; }
public Nullable<bool> tipoCaptura_GeneraRemesa { get; set; }
public virtual CTA_PredefinidosCabeceras CTA_PredefinidosCabeceras { get; set; }
public virtual CTA_PredefinidosCabeceras CTA_PredefinidosCabeceras1 { get; set; }
public virtual CTA_PredefinidosCabeceras CTA_PredefinidosCabeceras2 { get; set; }
public virtual GEN_Empresas GEN_Empresas { get; set; }
public virtual MAE_Tesorerias MAE_Tesorerias { get; set; }
public virtual PRV_RecepcionFicheros PRV_RecepcionFicheros { get; set; }
public virtual ICollection<VTA_RemesasCabecera_TipoCapturaDocumento> VTA_RemesasCabecera_TipoCapturaDocumento { get; set; }
public virtual ICollection<VTA_RemesasLinea> VTA_RemesasLinea { get; set; }
public virtual GEN_Delegaciones GEN_Delegaciones { get; set; }
}
}