Table of Contents

Class CounterCategoryBase

Namespace
HeBianGu.Systems.WinTool
Assembly
HeBianGu.Systems.WinTool.dll
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

ObservableCollection<CounterValuePresenterBase>

Lines

[Browsable(false)]
public ObservableCollection<CounterLinePresenterBase> Lines { get; set; }

Property Value

ObservableCollection<CounterLinePresenterBase>

Values

[Browsable(false)]
public ObservableSource<CounterValuePresenter> Values { get; set; }

Property Value

ObservableSource<CounterValuePresenter>

Methods

LoadCounters(string)

public virtual void LoadCounters(string categoryName)

Parameters

categoryName string

Start()

public void Start()

Stop()

public void Stop()