using System.ComponentModel.DataAnnotations;
using System.Collections.Generic;
namespace HelloWorldMvcApp
public string Name { get; set; }
public string TypeName { get; set; }
public class SuperAdminList
public string Name { get; set; }
public string Description { get; set; }
public bool Filter { get; set; }
public bool bitSuperAdmin { get; set; }
public int AppID { get; set; }
public int ID { get; set; }
public string GUID { get; set; }
public string LogTableName { get; set; }
public bool BitEnable { get; set; }
public int Duplicate { get; set; }
public int AppIDCustom { get; set; }
public List<Manifest> Manifest { get; set; }
public bool Commit { get; set; }
public int UserId { get; set; }
public int eId { get; set; }
public int eId_RT { get; set; }
public int eId_RTCurrent { get; set; }
public int sId { get; set; }
public int sId_RTCurrent { get; set; }
public string eGuid { get; set; }
public bool eLocked { get; set; }
public int eState { get; set; }
public string eName { get; set; }
public string eGuid_RT { get; set; }
public string sGuid { get; set; }
public int LangId { get; set; }
public string LangCult { get; set; }
public string UserGuid { get; set; }
public string UserName { get; set; }
public string UserAgent { get; set; }
public string IPaddress { get; set; }
public int AppId { get; set; }
public int DefaultLanguage { get; set; }
public List<int> SelfAdminRoleList { get; set; }
public List<int> SelfAdminSchemaList { get; set; }
public bool ShowGuid { get; set; }
public bool Filter { get; set; }
public List<object> FilterList { get; set; }
public bool IsSuperAdmin { get; set; }
public List<SuperAdminList> SuperAdminList { get; set; }
public Operator Operator { get; set; }
public Data Data { get; set; }
public bool Success { get; set; }
public List<object> ErrorMessages { get; set; }
public object ErrorMessage { get; set; }
public object Exception { get; set; }
public object validationResult { get; set; }
public class SampleViewModel
[Display(Name = "Ask Magic 8 Ball any question:")]
public string Question { get; set; }
public string Answer { get; set; }