C# 클래스 BACnet.Explorer.Core.Controls.BACnetPanel

상속: Eto.Forms.Panel
파일 보기 프로젝트 열기: LorenVS/bacstack

공개 메소드들

메소드 설명
BACnetPanel ( ) : System

Constructs a new BACnetPanel instance

Refresh ( BACnet client ) : System.Threading.Tasks.Task

Refreshes information on the panel

보호된 메소드들

메소드 설명
OnLoad ( EventArgs e ) : void

Perform the initial refresh on load

OnUnLoad ( EventArgs e ) : void

Disabled future refreshes

비공개 메소드들

메소드 설명
_refresh ( object sender, EventArgs e ) : void

Called when the refreshTimer elapses, and triggers a refresh of BACnet data on this panel

메소드 상세

BACnetPanel() 공개 메소드

Constructs a new BACnetPanel instance
public BACnetPanel ( ) : System
리턴 System

OnLoad() 보호된 메소드

Perform the initial refresh on load
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnUnLoad() 보호된 메소드

Disabled future refreshes
protected OnUnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

Refresh() 공개 메소드

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