C# 클래스 DocumentApproval.WorkflowForms.TaskForm

파일 보기 프로젝트 열기: ivankozyrev/fls-internal-portal

보호된 프로퍼티들

프로퍼티 타입 설명
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

프로퍼티 타입 설명
CloseForm void
InitTaskFields void
InitializeFormElements void
OnBtnAdvisementClick void
OnBtnApproveClick void
OnBtnCancelClick void
OnBtnRejectClick void

보호된 메소드들

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

비공개 메소드들

메소드 설명
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

메소드 상세

OnPreInit() 보호된 메소드

protected OnPreInit ( EventArgs e ) : void
e EventArgs
리턴 void

Page_Load() 보호된 메소드

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

프로퍼티 상세

btnApprove 보호되어 있는 프로퍼티

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

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

btnOnAdvisement 보호되어 있는 프로퍼티

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

btnReject 보호되어 있는 프로퍼티

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

taskComment 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.HtmlControls.HtmlTextArea

taskDueDate 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.HtmlControls.HtmlInputText

taskReqested 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.HtmlControls.HtmlInputText

taskStatus 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.HtmlControls.HtmlInputText