C# Class BACnet.Explorer.Core.Plugins.Tabs.TrendLogChartTab.Panel

Inheritance: BACnet.Explorer.Core.Controls.BACnetPanel
Datei anzeigen Open project: LorenVS/bacstack

Public Methods

Method Description
Panel ( ObjectInfo info ) : System
Refresh ( Client client ) : System.Threading.Tasks.Task

Refreshes the data on the panel

Private Methods

Method Description
_getTrendType ( DeviceObjectPropertyReference reference ) : TrendType

Determines the trend type for a trend log based on the object that it is monitoring

Method Details

Panel() public method

public Panel ( ObjectInfo info ) : System
info ObjectInfo
return System

Refresh() public method

Refreshes the data on the panel
public Refresh ( Client client ) : System.Threading.Tasks.Task
client Client The client to use for refreshing
return System.Threading.Tasks.Task