示例#1
0
 public StringCountApiLineChartViewComponent(DKApiAccess apiAccess) : base(apiAccess)
 {
 }
示例#2
0
 public FloatProjectingApiLineChartViewComponent(DKApiAccess apiAccess) : base(apiAccess)
 {
 }
示例#3
0
 public StringCountApiGroupedBarChartViewComponent(DKApiAccess apiAccess) : base(apiAccess)
 {
 }
 // Inject DKApiAccess with dependency injection so that
 // this view component can access the API
 public ApiBarChartViewComponent(DKApiAccess apiAccess) : base(apiAccess)
 {
 }
 // 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)
 {
 }
 // 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)
 {
 }
 // Inject DKApiAccess with dependency injection so that
 // this view component can access the API
 public TestLineChartViewComponent(DKApiAccess apiAccess) : base(apiAccess)
 {
 }
 // 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)
 {
 }