Class CounterCategoryBase
public abstract class CounterCategoryBase : DisplayerViewModelBase, INotifyPropertyChanged, IDisplayer
- Inheritance
-
CounterCategoryBase
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
CounterCategoryBase()
public CounterCategoryBase()
Properties
Defineds
[Browsable(false)]
public ObservableCollection<CounterValuePresenterBase> Defineds { get; set; }
Property Value
Lines
[Browsable(false)]
public ObservableCollection<CounterLinePresenterBase> Lines { get; set; }
Property Value
Values
[Browsable(false)]
public ObservableSource<CounterValuePresenter> Values { get; set; }
Property Value
Methods
LoadCounters(string)
public virtual void LoadCounters(string categoryName)
Parameters
categoryName
string
Start()
public void Start()
Stop()
public void Stop()