C# 클래스 Profiles.Edit.Modules.CustomEditEducationalTraining.CustomEditEducationalTraining

파일 보기 프로젝트 열기: ProfilesRNS/ProfilesRNS

보호된 프로퍼티들

프로퍼티 타입 설명
GridViewEducation global::System.Web.UI.WebControls.GridView
RptrEditEducation global::System.Web.UI.WebControls.Repeater
btnEditEducation global::System.Web.UI.WebControls.LinkButton
btnInsertCancel global::System.Web.UI.WebControls.LinkButton
btnInsertEducationalTraining global::System.Web.UI.WebControls.LinkButton
btnInsertEducationalTraining2 global::System.Web.UI.WebControls.LinkButton
hiddenSubjectID global::System.Web.UI.WebControls.HiddenField
imbAddArror global::System.Web.UI.WebControls.Image
lblNoEducation global::System.Web.UI.WebControls.Label
litBackLink global::System.Web.UI.WebControls.Literal
pnlEditEducation global::System.Web.UI.WebControls.Panel
pnlInsertEducationalTraining global::System.Web.UI.WebControls.Panel
pnlSecurityOptions global::System.Web.UI.WebControls.Panel
securityOptions global::Profiles.Edit.Modules.SecurityOptions.SecurityOptions
txtEducationalTrainingDegree global::System.Web.UI.WebControls.TextBox
txtEducationalTrainingSchool global::System.Web.UI.WebControls.TextBox
txtEndYear global::System.Web.UI.WebControls.TextBox
txtFieldOfStudy global::System.Web.UI.WebControls.TextBox
txtInstitution global::System.Web.UI.WebControls.TextBox
txtLocation global::System.Web.UI.WebControls.TextBox
updateProgress global::System.Web.UI.UpdateProgress
upnlEditSection global::System.Web.UI.UpdatePanel

Private Properties

프로퍼티 타입 설명
SecurityDisplayed void

공개 메소드들

메소드 설명
CustomEditEducationalTraining ( ) : System
CustomEditEducationalTraining ( XmlDocument pagedata, List moduleparams, XmlNamespaceManager pagenamespaces ) : System

보호된 메소드들

메소드 설명
FillEducationalTrainingGrid ( bool refresh ) : void
GridViewEducation_RowCancelingEdit ( object sender, GridViewCancelEditEventArgs e ) : void
GridViewEducation_RowDataBound ( object sender, GridViewRowEventArgs e ) : void
GridViewEducation_RowDeleting ( object sender, GridViewDeleteEventArgs e ) : void
GridViewEducation_RowEditing ( object sender, GridViewEditEventArgs e ) : void
GridViewEducation_RowUpdated ( object sender, GridViewUpdatedEventArgs e ) : void
GridViewEducation_RowUpdating ( object sender, GridViewUpdateEventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
btnEditEducation_OnClick ( object sender, EventArgs e ) : void
btnInsertCancel_OnClick ( object sender, EventArgs e ) : void
btnInsertClose_OnClick ( object sender, EventArgs e ) : void
btnInsert_OnClick ( object sender, EventArgs e ) : void
ibDown_Click ( object sender, EventArgs e ) : void
ibUp_Click ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
SecurityDisplayed ( object sender, EventArgs e ) : void

메소드 상세

CustomEditEducationalTraining() 공개 메소드

public CustomEditEducationalTraining ( ) : System
리턴 System

CustomEditEducationalTraining() 공개 메소드

public CustomEditEducationalTraining ( XmlDocument pagedata, List moduleparams, XmlNamespaceManager pagenamespaces ) : System
pagedata XmlDocument
moduleparams List
pagenamespaces XmlNamespaceManager
리턴 System

FillEducationalTrainingGrid() 보호된 메소드

protected FillEducationalTrainingGrid ( bool refresh ) : void
refresh bool
리턴 void

GridViewEducation_RowCancelingEdit() 보호된 메소드

protected GridViewEducation_RowCancelingEdit ( object sender, GridViewCancelEditEventArgs e ) : void
sender object
e GridViewCancelEditEventArgs
리턴 void

GridViewEducation_RowDataBound() 보호된 메소드

protected GridViewEducation_RowDataBound ( object sender, GridViewRowEventArgs e ) : void
sender object
e GridViewRowEventArgs
리턴 void

GridViewEducation_RowDeleting() 보호된 메소드

protected GridViewEducation_RowDeleting ( object sender, GridViewDeleteEventArgs e ) : void
sender object
e GridViewDeleteEventArgs
리턴 void

GridViewEducation_RowEditing() 보호된 메소드

protected GridViewEducation_RowEditing ( object sender, GridViewEditEventArgs e ) : void
sender object
e GridViewEditEventArgs
리턴 void

GridViewEducation_RowUpdated() 보호된 메소드

protected GridViewEducation_RowUpdated ( object sender, GridViewUpdatedEventArgs e ) : void
sender object
e GridViewUpdatedEventArgs
리턴 void

GridViewEducation_RowUpdating() 보호된 메소드

protected GridViewEducation_RowUpdating ( object sender, GridViewUpdateEventArgs e ) : void
sender object
e GridViewUpdateEventArgs
리턴 void

Page_Load() 보호된 메소드

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

btnEditEducation_OnClick() 보호된 메소드

protected btnEditEducation_OnClick ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

btnInsertCancel_OnClick() 보호된 메소드

protected btnInsertCancel_OnClick ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

btnInsertClose_OnClick() 보호된 메소드

protected btnInsertClose_OnClick ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

btnInsert_OnClick() 보호된 메소드

protected btnInsert_OnClick ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

ibDown_Click() 보호된 메소드

protected ibDown_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

ibUp_Click() 보호된 메소드

protected ibUp_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

프로퍼티 상세

GridViewEducation 보호되어 있는 프로퍼티

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

RptrEditEducation 보호되어 있는 프로퍼티

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

btnEditEducation 보호되어 있는 프로퍼티

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

btnInsertCancel 보호되어 있는 프로퍼티

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

btnInsertEducationalTraining 보호되어 있는 프로퍼티

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

btnInsertEducationalTraining2 보호되어 있는 프로퍼티

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

hiddenSubjectID 보호되어 있는 프로퍼티

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

imbAddArror 보호되어 있는 프로퍼티

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

lblNoEducation 보호되어 있는 프로퍼티

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

litBackLink 보호되어 있는 프로퍼티

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

pnlEditEducation 보호되어 있는 프로퍼티

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

pnlInsertEducationalTraining 보호되어 있는 프로퍼티

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

pnlSecurityOptions 보호되어 있는 프로퍼티

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

securityOptions 보호되어 있는 프로퍼티

securityOptions control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Profiles.Edit.Modules.SecurityOptions.SecurityOptions securityOptions
리턴 global::Profiles.Edit.Modules.SecurityOptions.SecurityOptions

txtEducationalTrainingDegree 보호되어 있는 프로퍼티

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

txtEducationalTrainingSchool 보호되어 있는 프로퍼티

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

txtEndYear 보호되어 있는 프로퍼티

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

txtFieldOfStudy 보호되어 있는 프로퍼티

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

txtInstitution 보호되어 있는 프로퍼티

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

txtLocation 보호되어 있는 프로퍼티

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

updateProgress 보호되어 있는 프로퍼티

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

upnlEditSection 보호되어 있는 프로퍼티

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