Exferia/Exferia_EntityFramework/Exferia_EntityFramework/HPV_SeccionesMenu.cs

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