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

파일 보기 프로젝트 열기: OPCFoundation/UA-.NET

공개 메소드들

메소드 설명
ChangeSession ( Session session ) : void

Changes the session used by the control.

Read ( ) : void

Reads the values displayed in the control and moves to the display results state.

ShowFilter ( FilterDeclaration filter ) : void

Displays the current filter components in the control.

ShowType ( NodeId typeId ) : void

Displays the components of the type in the control.

TypeFieldsListViewCtrl ( ) : System

Constructs a new instance.

UpdateRow ( DataRow row, DataValue value ) : void

Updates the row with the node to read.

UpdateRow ( DataRow row, InstanceDeclaration declaration ) : void

Updates the row with the node to read.

보호된 메소드들

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

메소드 상세

ChangeSession() 공개 메소드

Changes the session used by the control.
public ChangeSession ( Session session ) : void
session 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

Read() 공개 메소드

Reads the values displayed in the control and moves to the display results state.
public Read ( ) : void
리턴 void

ShowFilter() 공개 메소드

Displays the current filter components in the control.
public ShowFilter ( FilterDeclaration filter ) : void
filter FilterDeclaration
리턴 void

ShowType() 공개 메소드

Displays the components of the type in the control.
public ShowType ( NodeId typeId ) : void
typeId NodeId
리턴 void

TypeFieldsListViewCtrl() 공개 메소드

Constructs a new instance.
public TypeFieldsListViewCtrl ( ) : System
리턴 System

UpdateRow() 공개 메소드

Updates the row with the node to read.
public UpdateRow ( DataRow row, DataValue value ) : void
row DataRow
value DataValue
리턴 void

UpdateRow() 공개 메소드

Updates the row with the node to read.
public UpdateRow ( DataRow row, InstanceDeclaration declaration ) : void
row DataRow
declaration InstanceDeclaration
리턴 void