39 lines
1.8 KiB
C#
39 lines
1.8 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 PRV_Opciones
|
|
{
|
|
public PRV_Opciones()
|
|
{
|
|
this.PRV_Opcion_Objeto_Permiso = new HashSet<PRV_Opcion_Objeto_Permiso>();
|
|
this.PRV_Opcion_Objeto_Permiso1 = new HashSet<PRV_Opcion_Objeto_Permiso>();
|
|
this.PRV_ArbolPrincipal = new HashSet<PRV_ArbolPrincipal>();
|
|
this.PRV_ArbolPrincipal_USR_Usuarios = new HashSet<PRV_ArbolPrincipal_USR_Usuarios>();
|
|
}
|
|
|
|
public string opcion { get; set; }
|
|
public string libreria { get; set; }
|
|
public string descripcionAMostrar { get; set; }
|
|
public Nullable<bool> mostrable_Arbol { get; set; }
|
|
public Nullable<System.DateTime> fechaCreacion { get; set; }
|
|
|
|
public virtual ICollection<PRV_Opcion_Objeto_Permiso> PRV_Opcion_Objeto_Permiso { get; set; }
|
|
public virtual ICollection<PRV_Opcion_Objeto_Permiso> PRV_Opcion_Objeto_Permiso1 { get; set; }
|
|
public virtual PRV_OpcionesDetalle PRV_OpcionesDetalle { get; set; }
|
|
public virtual PRV_OpcionesDisponiblesParaCliente PRV_OpcionesDisponiblesParaCliente { get; set; }
|
|
public virtual ICollection<PRV_ArbolPrincipal> PRV_ArbolPrincipal { get; set; }
|
|
public virtual ICollection<PRV_ArbolPrincipal_USR_Usuarios> PRV_ArbolPrincipal_USR_Usuarios { get; set; }
|
|
}
|
|
}
|