C# Class EPDMEpicorIntegration.Config_Select

Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: virall/EpicorIntegration Class Usage Examples

Public Properties

Property Type Description
SelectedConfig string
_SearchTerm string
config_cbo System.Windows.Forms.ComboBox

Public Methods

Method Description
Config_Select ( IEdmVault7 vault, EdmCmdData file ) : System
Config_Select ( IEdmVault7 vault, IEdmFile5 part, string SearchPart ) : System
Config_Select_SizeChanged ( object sender, EventArgs e ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Config_Select_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

cancel_btn_Click ( object sender, EventArgs e ) : void
config_cbo_SelectedIndexChanged ( object sender, EventArgs e ) : void
select_btn_Click ( object sender, EventArgs e ) : void

Method Details

Config_Select() public method

public Config_Select ( IEdmVault7 vault, EdmCmdData file ) : System
vault IEdmVault7
file EdmCmdData
return System

Config_Select() public method

public Config_Select ( IEdmVault7 vault, IEdmFile5 part, string SearchPart ) : System
vault IEdmVault7
part IEdmFile5
SearchPart string
return System

Config_Select_SizeChanged() public method

public Config_Select_SizeChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

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

Property Details

SelectedConfig public_oe property

public string SelectedConfig
return string

_SearchTerm public_oe property

public string _SearchTerm
return string

config_cbo public_oe property

public System.Windows.Forms.ComboBox config_cbo
return System.Windows.Forms.ComboBox