C# Класс BACnet.Explorer.Core.Controls.BACnetPanel

Наследование: Eto.Forms.Panel
Показать файл Открыть проект

Открытые методы

Метод Описание
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