コード例 #1
0
 public BaseViewModel()
 {
     ProjectMasterModel              = new ProjectMasterViewModel();
     OwnerMasterModel                = new OwnerMasterViewModel();
     ProjectScheduleMasterModel      = new ProjectScheduleMasterViewModel();
     ProjectGroupModel               = new ProjectGroupViewModel();
     ProjectSubcontractorConfigModel = new ProjectSubcontractorConfigViewModel();
     ProjctStatusMasterModel         = new ProjctStatusMasterViewModel();
     ProjectGridModels               = new List <ProjectGridModel>();
     MenuContents                     = new List <MenuViewModel>();
     UserMasterModel                  = new UserMasterViewModel();
     ProjectTypeMasterModels          = new List <ProjectTypeMasterViewModel>();
     ProjectGroupModels               = new List <ProjectGroupViewModel>();
     ProjectSubcontractorConfigModels = new List <ProjectSubcontractorConfigViewModel>();
     ProjctStatusMasterModels         = new List <ProjctStatusMasterViewModel>();
     ProjectColorModels               = new List <ProjectColorViewModel>();
     CompanyMasterModel               = new CompanyMasterViewModel();
     UserMasterViewModels             = new List <UserMasterViewModel>();
     ProjectMasterModels              = new List <ProjectMasterViewModel>();
     ProjectManagerMasterModels       = new List <ProjectManagerMasterViewModel>();
 }
コード例 #2
0
 public ProjectMasterViewModel()
 {
     ProjectScheduleMasterModel = new ProjectScheduleMasterViewModel();
     OwnerMasterModel           = new OwnerMasterViewModel();
 }