using System; namespace AyAEL { public class AyAEL { #region Atributos public Nullable PK{ get; set; } public Nullable FK { get; set; } public bool ASTATE { get; set; } //****************************************************************************************** public string Nombre { get; set; } public string Descripcion { get; set; } public string Prefijo { get; set; } public int Aplicacion { get; set; } public Nullable Fecha { get; set; } public Nullable Padre { get; set; } public Nullable Activo { get; set; } public Nullable Usuario { get; set; } public string Login { get; set; } public Nullable Rol { get; set; } public Nullable ItemMenu { get; set; } public Nullable Comando { get; set; } public string URL { get; set; } public int FKACTIVIDAD { get; set; } public int ORDEN { get; set; } #endregion } }