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

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

공개 메소드들

메소드 설명
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