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

Inheritance: IDeviceTab
Afficher le fichier Open project: LorenVS/bacstack

Méthodes publiques

Méthode 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 méthode

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

Create() public méthode

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