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

Inheritance: IObjectTab
Datei anzeigen Open project: LorenVS/bacstack

Public Methods

Method 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 method

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

Create() public method

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