Exemple #1
0
 public NICEMetric(string name, string group, NICEMetricType type, string measurementUnit, MetricColorIDs colorID, bool isAggregationEnable)
 {
     Name                = name;
     Group               = group;
     MeasurementUnit     = measurementUnit;
     Type                = type;
     ColorID             = colorID;
     IsAggregationEnable = isAggregationEnable;
 }
Exemple #2
0
 public NICEMetric(string name, string group, NICEMetricType type, string measurementUnit, MetricColorIDs colorID)
     : this(name, group, type, measurementUnit, colorID, false)
 {
 }