C# Class EPDMEpicorIntegration.Config_Select

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: virall/EpicorIntegration Class Usage Examples

Méthodes publiques

Свойство Type Description
SelectedConfig string
_SearchTerm string
config_cbo System.Windows.Forms.ComboBox

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public Config_Select ( IEdmVault7 vault, EdmCmdData file ) : System
vault IEdmVault7
file EdmCmdData
Résultat System

Config_Select() public méthode

public Config_Select ( IEdmVault7 vault, IEdmFile5 part, string SearchPart ) : System
vault IEdmVault7
part IEdmFile5
SearchPart string
Résultat System

Config_Select_SizeChanged() public méthode

public Config_Select_SizeChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Dispose() protected méthode

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

Property Details

SelectedConfig public_oe property

public string SelectedConfig
Résultat string

_SearchTerm public_oe property

public string _SearchTerm
Résultat string

config_cbo public_oe property

public System.Windows.Forms.ComboBox config_cbo
Résultat System.Windows.Forms.ComboBox