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

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

Méthodes publiques

Méthode Description
Active ( ObjectInfo objectInfo ) : bool

Determines whether this page should be created for an object

Create ( ObjectInfo objectInfo ) : Eto.Forms.TabPage

Creates the tab page

Method Details

Active() public méthode

Determines whether this page should be created for an object
public Active ( ObjectInfo objectInfo ) : bool
objectInfo ObjectInfo The object info
Résultat bool

Create() public méthode

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