using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace NP.Model { public class VMCRoom : VMBase { public Int64 cmino{ get; set; } public int ctno { get; set; } public int cpno { get; set; } public Int64 lectno { get; set; } public int pseq { get; set; } public int ismobile { get; set; } public int istaste { get; set; } public int status { get; set; } public CMInning CMInning { get; set; } public IList LectInnings { get; set; } public LectInningPage lip { get; set; } public IList Pages { get; set; } public CTPage Page { get; set; } public Int64 croomlectno { get; set; } public int croomcmno { get; set; } public int croomusertype { get; set; } public String croomparam { get; set; } public IList Datas { get; set; } public CMEV CMEV { get; set; } public Lect Lect { get; set; } public IList CMPRs { get; set; } public CM CM { get; set; } public IList CMRSes { get; set; } public int croombmno { get; set; } public BoardMaster BM { get; set; } public IList BMOs { get; set; } public int? opno { get; set; } public String scc { get; set; } public IList Boards { get; set; } public Board Board { get; set; } public IList BoardCMTs { get; set; } public Int64 BNo { get; set; } public Int64? PBNo { get; set; } public int estno { get; set; } public LectEX LectEX { get; set; } public IList UserExamDatas { get; set; } public IList QuestionItems { get; set; } public IList EQs { get; set; } public IList EQs2 { get; set; } public LectSD LectSD { get; set; } public IList LectSDBoards { get; set; } public LectSDBoard LectSDBoard { get; set; } public IList PayItems { get; set; } public IList CGs { get; set; } public IList PayTaxes { get; set; } public IList PayTaxes2 { get; set; } public IList PayTaxItem { get; set; } public IList Lects { get; set; } public IList Completions { get; set; } public Data ErrLi { get; set; } public int todayLectinningCount { get; set; } public int daylectinninglimit { get; set; } public Excellog excellog { get; set; } } }