C# 클래스 EPiCode.Relations.Plugins.Admin.Units.ImportExport

상속: System.Web.UI.UserControl
파일 보기 프로젝트 열기: BVNetwork/Relations

보호된 프로퍼티들

프로퍼티 타입 설명
Button1 global::System.Web.UI.WebControls.Button
Button8 global::System.Web.UI.WebControls.Button
CheckBoxRelations global::System.Web.UI.WebControls.CheckBox
CheckBoxRules global::System.Web.UI.WebControls.CheckBox
DataTextBox global::System.Web.UI.WebControls.TextBox
StatusLabel global::System.Web.UI.WebControls.Label

보호된 메소드들

메소드 설명
Export_Click ( object sender, EventArgs e ) : void
ImportRelation ( string row ) : string
ImportRule ( string row ) : string
Import_Click ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
Status ( string text ) : void

메소드 상세

Export_Click() 보호된 메소드

protected Export_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

ImportRelation() 보호된 메소드

protected ImportRelation ( string row ) : string
row string
리턴 string

ImportRule() 보호된 메소드

protected ImportRule ( string row ) : string
row string
리턴 string

Import_Click() 보호된 메소드

protected Import_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

Status() 보호된 메소드

protected Status ( string text ) : void
text string
리턴 void

프로퍼티 상세

Button1 보호되어 있는 프로퍼티

Button1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button Button1
리턴 global::System.Web.UI.WebControls.Button

Button8 보호되어 있는 프로퍼티

Button8 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button Button8
리턴 global::System.Web.UI.WebControls.Button

CheckBoxRelations 보호되어 있는 프로퍼티

CheckBoxRelations control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox CheckBoxRelations
리턴 global::System.Web.UI.WebControls.CheckBox

CheckBoxRules 보호되어 있는 프로퍼티

CheckBoxRules control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox CheckBoxRules
리턴 global::System.Web.UI.WebControls.CheckBox

DataTextBox 보호되어 있는 프로퍼티

DataTextBox control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox DataTextBox
리턴 global::System.Web.UI.WebControls.TextBox

StatusLabel 보호되어 있는 프로퍼티

StatusLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label StatusLabel
리턴 global::System.Web.UI.WebControls.Label