C# Class DocumentApproval.WorkflowForms.TaskForm

Show file Open project: ivankozyrev/fls-internal-portal

Protected Properties

Property Type Description
btnApprove global::System.Web.UI.WebControls.Button
btnCancel global::System.Web.UI.WebControls.Button
btnOnAdvisement global::System.Web.UI.WebControls.Button
btnReject global::System.Web.UI.WebControls.Button
taskComment global::System.Web.UI.HtmlControls.HtmlTextArea
taskDueDate global::System.Web.UI.HtmlControls.HtmlInputText
taskReqested global::System.Web.UI.HtmlControls.HtmlInputText
taskStatus global::System.Web.UI.HtmlControls.HtmlInputText

Private Properties

Property Type Description
CloseForm void
InitTaskFields void
InitializeFormElements void
OnBtnAdvisementClick void
OnBtnApproveClick void
OnBtnCancelClick void
OnBtnRejectClick void

Protected Methods

Method Description
OnPreInit ( EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Method Description
CloseForm ( ) : void
InitTaskFields ( string documentStatus, string comment ) : void
InitializeFormElements ( ) : void
OnBtnAdvisementClick ( object sender, EventArgs e ) : void
OnBtnApproveClick ( object sender, EventArgs e ) : void
OnBtnCancelClick ( object sender, EventArgs e ) : void
OnBtnRejectClick ( object sender, EventArgs e ) : void

Method Details

OnPreInit() protected method

protected OnPreInit ( EventArgs e ) : void
e EventArgs
return void

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

btnApprove protected property

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

btnCancel protected property

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
return global::System.Web.UI.WebControls.Button

btnOnAdvisement protected property

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

btnReject protected property

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

taskComment protected property

taskComment control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlTextArea taskComment
return global::System.Web.UI.HtmlControls.HtmlTextArea

taskDueDate protected property

taskDueDate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlInputText taskDueDate
return global::System.Web.UI.HtmlControls.HtmlInputText

taskReqested protected property

taskReqested control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlInputText taskReqested
return global::System.Web.UI.HtmlControls.HtmlInputText

taskStatus protected property

taskStatus control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlInputText taskStatus
return global::System.Web.UI.HtmlControls.HtmlInputText