Пример #1
0
 public BusinessCase(
     ProjectMandate projectMandate,
     ProjectBrief projectBrief,
     ProjectPlan projectPlan,
     SeniorUser[] seniorUsers,
     Executive executive,
     RiskRegister riskRegister,
     IssueRegister issueRegister
     ) => throw new NotImplementedException();
Пример #2
0
 public ProjectBrief(
     ProjectMandate projectMandate,
     ProgrammeManagement programmeManagement,
     DiscussionsRegardingCorporateStrategieAndPoliciesStandards discussionsRegardingCorporateStrategieAndPoliciesStandards,
     DiscussionsIfProjectMandateIncomplete discussionsIfProjectMandateIncomplete,
     DiscussionsWithOperationsMaintenanceOrganization discussionsWithOperationsMaintenanceOrganization,
     DiscussionsWithSuppliersRegardingSpecialistDeliveryApproach discussionsWithSuppliersRegardingSpecialistDeliveryApproach,
     LessonsLog lessonsLog
     ) => throw new NotImplementedException();
Пример #3
0
 public LessonsLog(
     Lessons lessons,
     ProjectMandate projectMandate,
     ProjectBrief projectBrief,
     DailyLog dailyLog,
     IssueRegister issueRegister,
     QualityRegister qualityRegister,
     RiskRegister riskRegister,
     CheckpointReport[] checkpointReports,
     HighlightReport[] highlightReports,
     WorkPackage[] completedWorkPackages,
     StagePlan stagePlan,
     ProjectProcessesObservationExperience projectProcessesObservationExperience
     ) => throw new NotImplementedException();
Пример #4
0
 public AppointedExecutivesAndProjectManager AppointExecutivesAndProjectManager(ProjectMandate projectMandate)
 {
     projectBrief = new ProjectBrief()
     {
         roleDescriptions = new RoleDescriptions()
         {
             ExecutiveRoleDescription      = projectMandate.Executive,
             ProjectManagerRoleDescription = projectMandate.ProjectManager
         }
     };
     return(new AppointedExecutivesAndProjectManager()
     {
         Executive = projectMandate.Executive,
         ProjectManager = projectMandate.ProjectManager
     });
 }
Пример #5
0
 public ProjectProductDescription(
     ProjectMandate projectMandate,
     ScopingWorkshopDiscussionsWithSeniorUserExecutive scopingWorkshopDiscussionsWithSeniorUserExecutive,
     RequestForProposal requestForProposal
     ) => throw new NotImplementedException();