//------------------------------------------------------------------------------
//
// 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 HPV_SeccionesMenu
{
public HPV_SeccionesMenu()
{
this.HPV_Escandallos = new HashSet();
this.HPVS_Tickets_Lineas_Escandallos_Caracteristicas = new HashSet();
this.HPVS_Tickets_Lineas_Escandallos = new HashSet();
this.HPVSTMP_Tickets_Lineas_Escandallos_Caracteristicas = new HashSet();
this.HPVSTMP_Tickets_Lineas_Escandallos = new HashSet();
this.HPVH_Tickets_Lineas_Escandallos_Caracteristicas = new HashSet();
this.HPVH_Tickets_Lineas_Escandallos = new HashSet();
}
public long id { get; set; }
public string codigo { get; set; }
public string descripcion { get; set; }
public long idEmpresa { get; set; }
public Nullable fechaBorrado { get; set; }
public Nullable orden { get; set; }
public virtual ICollection HPV_Escandallos { get; set; }
public virtual ICollection HPVS_Tickets_Lineas_Escandallos_Caracteristicas { get; set; }
public virtual ICollection HPVS_Tickets_Lineas_Escandallos { get; set; }
public virtual ICollection HPVSTMP_Tickets_Lineas_Escandallos_Caracteristicas { get; set; }
public virtual ICollection HPVSTMP_Tickets_Lineas_Escandallos { get; set; }
public virtual ICollection HPVH_Tickets_Lineas_Escandallos_Caracteristicas { get; set; }
public virtual ICollection HPVH_Tickets_Lineas_Escandallos { get; set; }
public virtual GEN_Empresas GEN_Empresas { get; set; }
}
}