C# 클래스 Opc.Ua.Client.Controls.BrowseTreeCtrl

Displays a hierarchy of nodes.
상속: Opc.Ua.Client.Controls.BaseTreeCtrl
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET 1 사용 예제들

공개 메소드들

메소드 설명
BrowseTreeCtrl ( ) : System

Initializes a new instance of the BrowseTreeCtrl class.

Initialize ( Session session, NodeId rootId, NodeId viewId, NodeId referenceTypeId, BrowseDirection browseDirection ) : void

Displays the a root in the control.

보호된 메소드들

메소드 설명
BeforeExpand ( TreeNode clickedNode ) : bool
Dispose ( bool disposing ) : void

Clean up any resources being used.

EnableMenuItems ( TreeNode clickedNode ) : void
SelectNode ( ) : void

비공개 메소드들

메소드 설명
BrowseChildren ( TreeNode parent ) : bool

Browses the children of the node and updates the tree.

BrowseDirectionCTRL_SelectedIndexChanged ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ReferenceTypeCTRL_ReferenceSelectionChanged ( object sender, ReferenceTypeCtrl e ) : void
RootBTN_Click ( object sender, EventArgs e ) : void
SelectChildrenMI_Click ( object sender, EventArgs e ) : void
SelectMI_Click ( object sender, EventArgs e ) : void
UpdateNode ( TreeNode parent, ReferenceDescriptionCollection references ) : void

Adds the browse results to the node (if not null).

메소드 상세

BeforeExpand() 보호된 메소드

protected BeforeExpand ( TreeNode clickedNode ) : bool
clickedNode System.Windows.Forms.TreeNode
리턴 bool

BrowseTreeCtrl() 공개 메소드

Initializes a new instance of the BrowseTreeCtrl class.
public BrowseTreeCtrl ( ) : System
리턴 System

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

EnableMenuItems() 보호된 메소드

protected EnableMenuItems ( TreeNode clickedNode ) : void
clickedNode System.Windows.Forms.TreeNode
리턴 void

Initialize() 공개 메소드

Displays the a root in the control.
public Initialize ( Session session, NodeId rootId, NodeId viewId, NodeId referenceTypeId, BrowseDirection browseDirection ) : void
session Session
rootId NodeId
viewId NodeId
referenceTypeId NodeId
browseDirection BrowseDirection
리턴 void

SelectNode() 보호된 메소드

protected SelectNode ( ) : void
리턴 void