コード例 #1
0
 public StringCountApiLineChartViewComponent(DKApiAccess apiAccess) : base(apiAccess)
 {
 }
コード例 #2
0
 public FloatProjectingApiLineChartViewComponent(DKApiAccess apiAccess) : base(apiAccess)
 {
 }
コード例 #3
0
 public StringCountApiGroupedBarChartViewComponent(DKApiAccess apiAccess) : base(apiAccess)
 {
 }
コード例 #4
0
 // Inject DKApiAccess with dependency injection so that
 // this view component can access the API
 public ApiBarChartViewComponent(DKApiAccess apiAccess) : base(apiAccess)
 {
 }
コード例 #5
0
 // Inject DKApiAccess with dependency injection so that
 // this view component can access the API
 public OperationCountsViewComponent(DKApiAccess apiAccess) : base(apiAccess)
 {
 }
 // Inject DKApiAccess with dependency injection so that
 // this view component can access the API
 public OperationTimingsPivotedViewComponent(DKApiAccess apiAccess) : base(apiAccess)
 {
 }
 // Inject DKApiAccess with dependency injection so that
 // this view component can access the API
 public NonProjectingApiBarChartViewComponent(DKApiAccess apiAccess) : base(apiAccess)
 {
 }
 public FloatProjectingApiGroupedBarChartViewComponent(DKApiAccess apiAccess) : base(apiAccess)
 {
 }
 // Inject DKApiAccess with dependency injection so that
 // this view component can access the API
 public QuickConnectOperationTimingsViewComponent(DKApiAccess apiAccess) : base(apiAccess)
 {
 }
コード例 #10
0
 // Inject DKApiAccess with dependency injection so that
 // this view component can access the API
 protected BarChartViewComponent(DKApiAccess apiAccess)
 {
     this.apiAccess = apiAccess;
 }
コード例 #11
0
 // Inject DKApiAccess with dependency injection so that
 // this view component can access the API
 public KeyCountsViewComponent(DKApiAccess apiAccess) : base(apiAccess)
 {
 }
コード例 #12
0
 // Inject DKApiAccess with dependency injection so that
 // this view component can access the API
 public TestLineChartViewComponent(DKApiAccess apiAccess) : base(apiAccess)
 {
 }
コード例 #13
0
 // Inject DKApiAccess with dependency injection so that
 // this view component can access the API
 public OperationProportionsViewComponent(DKApiAccess apiAccess) : base(apiAccess)
 {
 }
コード例 #14
0
 // Inject DKApiAccess with dependency injection so that
 // this view component can access the API
 public DeviceCountsViewComponent(DKApiAccess apiAccess) : base(apiAccess)
 {
 }