Exferia/Exferia_EntityFramework/Exferia_EntityFramework/MYT_InstalacionesCabecera.cs

54 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 MYT_InstalacionesCabecera
{
public MYT_InstalacionesCabecera()
{
this.MYT_InstalacionesLineas = new HashSet<MYT_InstalacionesLineas>();
this.MYT_Partes_Notas = new HashSet<MYT_Partes_Notas>();
this.MYT_Partes_TrabajosRealizados = new HashSet<MYT_Partes_TrabajosRealizados>();
this.MYT_Partes = new HashSet<MYT_Partes>();
this.GEN_Direcciones = new HashSet<GEN_Direcciones>();
this.MAE_Contactos = new HashSet<MAE_Contactos>();
}
public long id { get; set; }
public string codigo { get; set; }
public string descripcion { get; set; }
public long idCliente { get; set; }
public long idInstalacionEstado { get; set; }
public Nullable<long> idAdministrador { get; set; }
public Nullable<long> idEmpresaInstaladora { get; set; }
public string observaciones { get; set; }
public System.DateTime fecha { get; set; }
public string gps_posicionLatitud { get; set; }
public string gps_posicionLongitud { get; set; }
public Nullable<int> gps_zoom { get; set; }
public Nullable<int> gps_tipoProveedor { get; set; }
public Nullable<System.DateTime> fechaBorrado { get; set; }
public virtual MYT_EmpresasInstaladoras MYT_EmpresasInstaladoras { get; set; }
public virtual MYT_InstalacionesEstados MYT_InstalacionesEstados { get; set; }
public virtual ICollection<MYT_InstalacionesLineas> MYT_InstalacionesLineas { get; set; }
public virtual MYT_Administradores MYT_Administradores { get; set; }
public virtual ICollection<MYT_Partes_Notas> MYT_Partes_Notas { get; set; }
public virtual ICollection<MYT_Partes_TrabajosRealizados> MYT_Partes_TrabajosRealizados { get; set; }
public virtual ICollection<MYT_Partes> MYT_Partes { get; set; }
public virtual ICollection<GEN_Direcciones> GEN_Direcciones { get; set; }
public virtual ICollection<MAE_Contactos> MAE_Contactos { get; set; }
public virtual MAE_Clientes MAE_Clientes { get; set; }
}
}