C# 클래스 Opc.Ua.Configuration.ManagedApplicationCtrl

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

Private Properties

프로퍼티 타입 설명
AddApplicationToManage int
AddApplicationToManage int
ApplicationToManageCB_SelectedIndexChanged void
EditApplicationBTN_Click void
InitializeComponent void
NewApplicationBTN_Click void

공개 메소드들

메소드 설명
GetSelectedApplication ( ) : ManagedApplication

Gets the selected application.

LoadApplications ( ) : void

Loads the applications from disk.

ManagedApplicationCtrl ( ) : System
SetSelectedApplication ( string filePath ) : void

Sets the selected application.

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
AddApplicationToManage ( FileInfo fileInfo ) : int

Adds an application to manage to the drop down menu.

AddApplicationToManage ( ManagedApplication application ) : int

Adds an application to manage to the drop down menu.

ApplicationToManageCB_SelectedIndexChanged ( object sender, EventArgs e ) : void
EditApplicationBTN_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

NewApplicationBTN_Click ( object sender, EventArgs e ) : 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

GetSelectedApplication() 공개 메소드

Gets the selected application.
public GetSelectedApplication ( ) : ManagedApplication
리턴 ManagedApplication

LoadApplications() 공개 메소드

Loads the applications from disk.
public LoadApplications ( ) : void
리턴 void

ManagedApplicationCtrl() 공개 메소드

public ManagedApplicationCtrl ( ) : System
리턴 System

SetSelectedApplication() 공개 메소드

Sets the selected application.
public SetSelectedApplication ( string filePath ) : void
filePath string The file path.
리턴 void