コード例 #1
0
ファイル: CashNeededByBPN.cs プロジェクト: Tubbz-alt/iAM
 public CashNeededByBPN(StackedColumnChartCommon stackedColumnChartCommon)
 {
     this.stackedColumnChartCommon = stackedColumnChartCommon;
 }
コード例 #2
0
 public CombinedPostedClosedByBPN(StackedColumnChartCommon stackedColumnChartCommon)
 {
     this.stackedColumnChartCommon = stackedColumnChartCommon;
 }
コード例 #3
0
 public NonNHSConditionBridgeCount(StackedColumnChartCommon stackedColumnChartCommon)
 {
     this.stackedColumnChartCommon = stackedColumnChartCommon ?? throw new ArgumentNullException(nameof(stackedColumnChartCommon));
 }
コード例 #4
0
 public PostedBridgeCountByBPN(StackedColumnChartCommon stackedColumnChartCommon)
 {
     this.stackedColumnChartCommon = stackedColumnChartCommon;
 }
コード例 #5
0
 public ClosedBridgeDeckAreaByBPN(StackedColumnChartCommon stackedColumnChartCommon)
 {
     this.stackedColumnChartCommon = stackedColumnChartCommon;
 }