C# Class BACnet.Explorer.Core.Controls.BACnetPanel

Inheritance: Eto.Forms.Panel
Afficher le fichier Open project: LorenVS/bacstack

Méthodes publiques

Méthode Description
BACnetPanel ( ) : System

Constructs a new BACnetPanel instance

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

Refreshes information on the panel

Méthodes protégées

Méthode Description
OnLoad ( EventArgs e ) : void

Perform the initial refresh on load

OnUnLoad ( EventArgs e ) : void

Disabled future refreshes

Private Methods

Méthode Description
_refresh ( object sender, EventArgs e ) : void

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

Method Details

BACnetPanel() public méthode

Constructs a new BACnetPanel instance
public BACnetPanel ( ) : System
Résultat System

OnLoad() protected méthode

Perform the initial refresh on load
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnUnLoad() protected méthode

Disabled future refreshes
protected OnUnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

Refresh() public méthode

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