C# Класс Engage.Dnn.Locator.ManageComment

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

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

Свойство Тип Описание
btnCancel global::System.Web.UI.WebControls.Button
btnDelete global::System.Web.UI.WebControls.Button
btnSaveComment global::System.Web.UI.WebControls.Button
lblApproved global::System.Web.UI.WebControls.Label
lblComment global::System.Web.UI.WebControls.Label
lblCommentId global::System.Web.UI.WebControls.Label
lblLocation global::System.Web.UI.WebControls.Label
lblLocationTitle global::System.Web.UI.WebControls.Label
lbltxtSubmittedBy global::System.Web.UI.WebControls.Label
rbApproved global::System.Web.UI.WebControls.RadioButton
rbWaitingForApproval global::System.Web.UI.WebControls.RadioButton
txtComment global::System.Web.UI.WebControls.TextBox
txtSubmittedBy global::System.Web.UI.WebControls.TextBox

Защищенные методы

Метод Описание
Page_Load ( object sender, EventArgs e ) : void
btnCancel_Click ( object sender, EventArgs e ) : void
btnDelete_Click ( object sender, EventArgs e ) : void
btnSaveComment_Click ( object sender, EventArgs e ) : void

Описание методов

Page_Load() защищенный Метод

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

btnCancel_Click() защищенный Метод

protected btnCancel_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

btnDelete_Click() защищенный Метод

protected btnDelete_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

btnSaveComment_Click() защищенный Метод

protected btnSaveComment_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

Описание свойств

btnCancel защищенное свойство

btnCancel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnCancel
Результат global::System.Web.UI.WebControls.Button

btnDelete защищенное свойство

btnDelete control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnDelete
Результат global::System.Web.UI.WebControls.Button

btnSaveComment защищенное свойство

btnSaveComment control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnSaveComment
Результат global::System.Web.UI.WebControls.Button

lblApproved защищенное свойство

lblApproved control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblApproved
Результат global::System.Web.UI.WebControls.Label

lblComment защищенное свойство

lblComment control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblComment
Результат global::System.Web.UI.WebControls.Label

lblCommentId защищенное свойство

lblCommentId control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblCommentId
Результат global::System.Web.UI.WebControls.Label

lblLocation защищенное свойство

lblLocation control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblLocation
Результат global::System.Web.UI.WebControls.Label

lblLocationTitle защищенное свойство

lblLocationTitle control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblLocationTitle
Результат global::System.Web.UI.WebControls.Label

lbltxtSubmittedBy защищенное свойство

lbltxtSubmittedBy control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lbltxtSubmittedBy
Результат global::System.Web.UI.WebControls.Label

rbApproved защищенное свойство

rbApproved control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RadioButton rbApproved
Результат global::System.Web.UI.WebControls.RadioButton

rbWaitingForApproval защищенное свойство

rbWaitingForApproval control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RadioButton rbWaitingForApproval
Результат global::System.Web.UI.WebControls.RadioButton

txtComment защищенное свойство

txtComment control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtComment
Результат global::System.Web.UI.WebControls.TextBox

txtSubmittedBy защищенное свойство

txtSubmittedBy control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtSubmittedBy
Результат global::System.Web.UI.WebControls.TextBox