C# 클래스 BACnet.Explorer.Core.Plugins.Tabs.TrendLogChartTab.Panel

상속: BACnet.Explorer.Core.Controls.BACnetPanel
파일 보기 프로젝트 열기: LorenVS/bacstack

공개 메소드들

메소드 설명
Panel ( ObjectInfo info ) : System
Refresh ( Client client ) : System.Threading.Tasks.Task

Refreshes the data on the panel

비공개 메소드들

메소드 설명
_getTrendType ( DeviceObjectPropertyReference reference ) : TrendType

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

메소드 상세

Panel() 공개 메소드

public Panel ( ObjectInfo info ) : System
info ObjectInfo
리턴 System

Refresh() 공개 메소드

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