C# Class BACnet.Explorer.Core.Plugins.Tabs.DeviceAlarmsTab

Inheritance: IDeviceTab
Datei anzeigen Open project: LorenVS/bacstack

Public Methods

Method Description
Active ( ObjectInfo deviceInfo ) : bool

Determines whether this page should be created for a device

Create ( ObjectInfo deviceInfo ) : Eto.Forms.TabPage

Creates the tab page

Method Details

Active() public method

Determines whether this page should be created for a device
public Active ( ObjectInfo deviceInfo ) : bool
deviceInfo ObjectInfo The device info
return bool

Create() public method

Creates the tab page
public Create ( ObjectInfo deviceInfo ) : Eto.Forms.TabPage
deviceInfo ObjectInfo The device info to create the tab for
return Eto.Forms.TabPage