C# 클래스 BACnet.Explorer.Core.Plugins.Tabs.DeviceAlarmsTab

상속: IDeviceTab
파일 보기 프로젝트 열기: LorenVS/bacstack

공개 메소드들

메소드 설명
Active ( ObjectInfo deviceInfo ) : bool

Determines whether this page should be created for a device

Create ( ObjectInfo deviceInfo ) : Eto.Forms.TabPage

Creates the tab page

메소드 상세

Active() 공개 메소드

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

Create() 공개 메소드

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