C# Class Opc.Ua.Configuration.ManagedApplicationCtrl

ファイルを表示 Open project: OPCFoundation/UA-.NET

Private Properties

Property Type Description
AddApplicationToManage int
AddApplicationToManage int
ApplicationToManageCB_SelectedIndexChanged void
EditApplicationBTN_Click void
InitializeComponent void
NewApplicationBTN_Click void

Public Methods

Method Description
GetSelectedApplication ( ) : ManagedApplication

Gets the selected application.

LoadApplications ( ) : void

Loads the applications from disk.

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

Sets the selected application.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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

Method Details

Dispose() protected method

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

GetSelectedApplication() public method

Gets the selected application.
public GetSelectedApplication ( ) : ManagedApplication
return ManagedApplication

LoadApplications() public method

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

ManagedApplicationCtrl() public method

public ManagedApplicationCtrl ( ) : System
return System

SetSelectedApplication() public method

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