C# Class Controls_AttachmentComment, Tp.HelpDesk

Inheritance: UserControl, ITabControl
Show file Open project: TargetProcess/Tp.HelpDesk

Protected Properties

Property Type Description
A1 global::System.Web.UI.HtmlControls.HtmlAnchor
attachments global::Hd.Web.Extensions.MultiAttachment
btnPostComment global::System.Web.UI.WebControls.Button
handler global::Hd.Web.Extensions.AsyncPostBackHandler
hdnCommentID global::System.Web.UI.WebControls.HiddenField
hdnParentID global::System.Web.UI.WebControls.HiddenField
lnkNewComment global::System.Web.UI.HtmlControls.HtmlAnchor
lstAttachment global::System.Web.UI.WebControls.DataGrid
lstComments global::System.Web.UI.WebControls.DataGrid
pnlComment global::System.Web.UI.WebControls.Panel
spanAddComment global::System.Web.UI.HtmlControls.HtmlGenericControl
txtComment global::Hd.Web.Extensions.RichEditTextBox
updPanel global::System.Web.UI.UpdatePanel

Private Properties

Property Type Description
CanEditComment bool
LoadAttachments void
LoadComments void

Public Methods

Method Description
LoadContent ( object argument ) : void

Protected Methods

Method Description
DeleteComment ( string argument ) : void
OnAddAttachments ( object sender ) : void
OnLoad ( EventArgs e ) : void
SaveReply ( object sender, EventArgs eventArgs ) : void

Private Methods

Method Description
CanEditComment ( Comment comment ) : bool
LoadAttachments ( object argument ) : void
LoadComments ( object argument ) : void

Method Details

DeleteComment() protected method

protected DeleteComment ( string argument ) : void
argument string
return void

LoadContent() public method

public LoadContent ( object argument ) : void
argument object
return void

OnAddAttachments() protected method

protected OnAddAttachments ( object sender ) : void
sender object
return void

OnLoad() protected method

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

SaveReply() protected method

protected SaveReply ( object sender, EventArgs eventArgs ) : void
sender object
eventArgs EventArgs
return void

Property Details

A1 protected property

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

attachments protected property

attachments control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Hd.Web.Extensions.MultiAttachment attachments
return global::Hd.Web.Extensions.MultiAttachment

btnPostComment protected property

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

handler protected property

handler control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Hd.Web.Extensions.AsyncPostBackHandler handler
return global::Hd.Web.Extensions.AsyncPostBackHandler

hdnCommentID protected property

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

hdnParentID protected property

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

lnkNewComment protected property

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

lstAttachment protected property

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

lstComments protected property

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

pnlComment protected property

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

spanAddComment protected property

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

txtComment protected property

txtComment control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Hd.Web.Extensions.RichEditTextBox txtComment
return global::Hd.Web.Extensions.RichEditTextBox

updPanel protected property

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