C# Класс BACnet.Explorer.Core.Plugins.Tabs.BinaryOutputInfoTab

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

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

Метод Описание
Active ( ObjectInfo objectInfo ) : bool

Determines whether this page should be created for an object

Create ( ObjectInfo objectInfo ) : Eto.Forms.TabPage

Creates the tab page

Описание методов

Active() публичный метод

Determines whether this page should be created for an object
public Active ( ObjectInfo objectInfo ) : bool
objectInfo ObjectInfo The object info
Результат bool

Create() публичный метод

Creates the tab page
public Create ( ObjectInfo objectInfo ) : Eto.Forms.TabPage
objectInfo ObjectInfo The object info to create the tab for
Результат Eto.Forms.TabPage