コード例 #1
0
 public HighlightReport(
     ProjectInitiationDocumentation projectInitiationDocumentation,
     CheckpointReport[] checkpointReports,
     IssueRegister issueRegister,
     QualityRegister qualityRegister,
     RiskRegister riskRegister,
     StagePlan stagePlan,
     CommunicationManagementApproach communicationManagementApproach
     ) => throw new NotImplementedException();
コード例 #2
0
 public ConfigurationItemRecord(
     ChangeControlApproach changeControlApproach,
     ProductBreakdownStructure productBreakdownStructure,
     StagePlan stagePlan,
     WorkPackage workPackage,
     IssueRegister issueRegister,
     QualityRegister qualityRegister,
     RiskRegister riskRegister
     ) => throw new NotImplementedException();
コード例 #3
0
 public EndStageReport(
     StagePlan stagePlan,
     ProjectPlan projectPlan,
     BenefitsManagementApproach benefitsManagementApproach,
     IssueRegister issueRegister,
     QualityRegister qualityRegister,
     RiskRegister riskRegister,
     ExceptionReport exceptionReport,
     LessonsLog lessonsLog,
     WorkPackage[] workPackages,
     BusinessCase businessCase
     ) => throw new NotImplementedException();
コード例 #4
0
 public IssueReport(
     HighlightReport[] highlightReports,
     CheckpointReport[] checkpointReports,
     EndStageReport[] endStageReports,
     StagePlan stagePlan,
     UsersSuplierTeams usersSuplierTeams,
     QualityControlApplication qualityControlApplication,
     ProcessObservationExperience processObservationExperience,
     LessonsLog lessonsLog,
     QualityRegister qualityRegister,
     RiskRegister riskRegister,
     WorkPackage[] completedWorkPackages
     ) => throw new NotImplementedException();
コード例 #5
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();
コード例 #6
0
 public ProductStatusAccount(
     ConfigurationItemRecord configurationItemRecord,
     StagePlan stagePlan
     ) => throw new NotImplementedException();
コード例 #7
0
 public WorkPackage(
     CommercialAgreementsBetweenCustomerAndSupplier commercialAgreementsBetweenCustomerAndSupplier,
     QualityManagementApproach qualityManagementApproach,
     ChangeControlApproach changeControlApproach,
     StagePlan stagePlan
     ) => throw new NotImplementedException();