//------------------------------------------------------------------------------ // // 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. // //------------------------------------------------------------------------------ namespace Exferia_EntityFramework { using System; using System.Collections.Generic; public partial class HPVS_Tickets_Cabecera { public HPVS_Tickets_Cabecera() { this.HPVS_Tickets_Cabecera_MesasPuntosBarra_Unidos = new HashSet(); this.HPVS_Tickets_Cobros = new HashSet(); this.HPVS_Tickets_Lineas = new HashSet(); this.HPVS_Tickets_Resumen = new HashSet(); } public long numero { get; set; } public long idEmpresa { get; set; } public long idTerminal { get; set; } public long idSala { get; set; } public System.DateTime fechaHora { get; set; } public string alias { get; set; } public long idCliente { get; set; } public long idImpuestoCabecera { get; set; } public long idCamarero_Creacion { get; set; } public long idCamarero_UltimaModificacion { get; set; } public Nullable idMesa { get; set; } public Nullable idPuntoBarra { get; set; } public Nullable importeTotal { get; set; } public bool cobrado { get; set; } public bool modificado { get; set; } public string guid { get; set; } public string tipoAccion { get; set; } public System.DateTime tipoAccion_FechaHoraActualizacion { get; set; } public virtual HPV_Camareros HPV_Camareros { get; set; } public virtual HPV_Camareros HPV_Camareros1 { get; set; } public virtual HPV_Mesas HPV_Mesas { get; set; } public virtual HPV_PuntosBarra HPV_PuntosBarra { get; set; } public virtual HPV_Salas HPV_Salas { get; set; } public virtual ICollection HPVS_Tickets_Cabecera_MesasPuntosBarra_Unidos { get; set; } public virtual ICollection HPVS_Tickets_Cobros { get; set; } public virtual ICollection HPVS_Tickets_Lineas { get; set; } public virtual ICollection HPVS_Tickets_Resumen { get; set; } public virtual HPV_Terminales HPV_Terminales { get; set; } public virtual HPV_Clientes HPV_Clientes { get; set; } public virtual GEN_Empresas GEN_Empresas { get; set; } public virtual GEN_ImpuestosCabecera GEN_ImpuestosCabecera { get; set; } } }