C# Class ECO_Helper.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 ) : System
Config_Select ( IEdmVault7 vault, IEdmFile5 part, string SearchPart ) : System
Config_Select_SizeChanged ( object sender, EventArgs e ) : void
OnetoRuleThemAll ( string &Configuration_Name ) : bool

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 ) : System
vault IEdmVault7
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

OnetoRuleThemAll() public method

public OnetoRuleThemAll ( string &Configuration_Name ) : bool
Configuration_Name string
return bool

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