C# 클래스 ECO_Helper.Config_Select

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: virall/EpicorIntegration 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SelectedConfig string
_SearchTerm string
config_cbo System.Windows.Forms.ComboBox

공개 메소드들

메소드 설명
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

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

Config_Select() 공개 메소드

public Config_Select ( IEdmVault7 vault ) : System
vault IEdmVault7
리턴 System

Config_Select() 공개 메소드

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

Config_Select_SizeChanged() 공개 메소드

public Config_Select_SizeChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 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

OnetoRuleThemAll() 공개 메소드

public OnetoRuleThemAll ( string &Configuration_Name ) : bool
Configuration_Name string
리턴 bool

프로퍼티 상세

SelectedConfig 공개적으로 프로퍼티

public string SelectedConfig
리턴 string

_SearchTerm 공개적으로 프로퍼티

public string _SearchTerm
리턴 string

config_cbo 공개적으로 프로퍼티

public System.Windows.Forms.ComboBox config_cbo
리턴 System.Windows.Forms.ComboBox