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

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

공개 메소드들

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

Changes the session used for the read request.

EventFilterListViewCtrl ( ) : System

Constructs a new instance.

SetFilter ( FilterDeclaration filter ) : void

Sets the filter to edit.

UpdateRow ( DataRow row, FilterDeclarationField field ) : void

Updates the row.

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
FilterDV_CellContentClick ( object sender, DataGridViewCellEventArgs e ) : void
FilterDV_CellDoubleClick ( object sender, DataGridViewCellEventArgs e ) : void
FilterDV_ColumnHeaderMouseClick ( object sender, DataGridViewCellMouseEventArgs e ) : void
InitializeComponent ( ) : void

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

MoveUpMI_Click ( object sender, EventArgs e ) : void

메소드 상세

ChangeSession() 공개 메소드

Changes the session used for the read request.
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

EventFilterListViewCtrl() 공개 메소드

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

SetFilter() 공개 메소드

Sets the filter to edit.
public SetFilter ( FilterDeclaration filter ) : void
filter FilterDeclaration
리턴 void

UpdateRow() 공개 메소드

Updates the row.
public UpdateRow ( DataRow row, FilterDeclarationField field ) : void
row DataRow
field FilterDeclarationField
리턴 void