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

A control which displays browse tree.
상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET

공개 프로퍼티들

프로퍼티 타입 설명
AttributesCTRL AttributesListViewCtrl
BrowseCTRL BrowseTreeViewCtrl

공개 메소드들

메소드 설명
BrowseNodeCtrl ( ) : System

Creates a new instance of the control.

ChangeSession ( Session session ) : void

Changes the session used by the control.

GetChildOfSelectedNode ( int index ) : ReferenceDescription

Returns the child node at the specified index.

GetSelectedAttribute ( int index ) : ReadValueId

Returns the attribute at the specified index.

Initialize ( Session session, Opc.Ua.NodeId rootId ) : void

Initializes the control with a root and a set of hierarchial reference types to follow.

RefreshSelection ( ) : void

The reference for the parent of the currently selected node.

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

메소드 상세

BrowseNodeCtrl() 공개 메소드

Creates a new instance of the control.
public BrowseNodeCtrl ( ) : System
리턴 System

ChangeSession() 공개 메소드

Changes the session used by the control.
public ChangeSession ( Session session ) : void
session Opc.Ua.Client.Session The session.
리턴 void

Dispose() 보호된 메소드

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

GetChildOfSelectedNode() 공개 메소드

Returns the child node at the specified index.
public GetChildOfSelectedNode ( int index ) : ReferenceDescription
index int
리턴 Opc.Ua.ReferenceDescription

GetSelectedAttribute() 공개 메소드

Returns the attribute at the specified index.
public GetSelectedAttribute ( int index ) : ReadValueId
index int
리턴 Opc.Ua.ReadValueId

Initialize() 공개 메소드

Initializes the control with a root and a set of hierarchial reference types to follow.
public Initialize ( Session session, Opc.Ua.NodeId rootId ) : void
session Opc.Ua.Client.Session The session.
rootId Opc.Ua.NodeId The root of the hierarchy to browse.
리턴 void

RefreshSelection() 공개 메소드

The reference for the parent of the currently selected node.
public RefreshSelection ( ) : void
리턴 void

프로퍼티 상세

AttributesCTRL 공개적으로 프로퍼티

The attribute list control.
public AttributesListViewCtrl,Opc.Ua.Client.Controls AttributesCTRL
리턴 AttributesListViewCtrl

BrowseCTRL 공개적으로 프로퍼티

The browse list control.
public BrowseTreeViewCtrl,Opc.Ua.Client.Controls BrowseCTRL
리턴 BrowseTreeViewCtrl