C# Класс Profiles.Edit.Modules.CustomEditEducationalTraining.CustomEditEducationalTraining

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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