C# Class Controls_AttachmentComment, Tp.HelpDesk

Inheritance: UserControl, ITabControl
Afficher le fichier Open project: TargetProcess/Tp.HelpDesk

Protected Properties

Свойство 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

Свойство Type Description
CanEditComment bool
LoadAttachments void
LoadComments void

Méthodes publiques

Méthode Description
LoadContent ( object argument ) : void

Méthodes protégées

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

Private Methods

Méthode Description
CanEditComment ( Comment comment ) : bool
LoadAttachments ( object argument ) : void
LoadComments ( object argument ) : void

Method Details

DeleteComment() protected méthode

protected DeleteComment ( string argument ) : void
argument string
Résultat void

LoadContent() public méthode

public LoadContent ( object argument ) : void
argument object
Résultat void

OnAddAttachments() protected méthode

protected OnAddAttachments ( object sender ) : void
sender object
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e EventArgs
Résultat void

SaveReply() protected méthode

protected SaveReply ( object sender, EventArgs eventArgs ) : void
sender object
eventArgs EventArgs
Résultat void

Property Details

A1 protected_oe 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
Résultat global::System.Web.UI.HtmlControls.HtmlAnchor

attachments protected_oe 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
Résultat global::Hd.Web.Extensions.MultiAttachment

btnPostComment protected_oe 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
Résultat global::System.Web.UI.WebControls.Button

handler protected_oe 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
Résultat global::Hd.Web.Extensions.AsyncPostBackHandler

hdnCommentID protected_oe 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
Résultat global::System.Web.UI.WebControls.HiddenField

hdnParentID protected_oe 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
Résultat global::System.Web.UI.WebControls.HiddenField

lnkNewComment protected_oe 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
Résultat global::System.Web.UI.HtmlControls.HtmlAnchor

lstAttachment protected_oe 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
Résultat global::System.Web.UI.WebControls.DataGrid

lstComments protected_oe 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
Résultat global::System.Web.UI.WebControls.DataGrid

pnlComment protected_oe 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
Résultat global::System.Web.UI.WebControls.Panel

spanAddComment protected_oe 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
Résultat global::System.Web.UI.HtmlControls.HtmlGenericControl

txtComment protected_oe 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
Résultat global::Hd.Web.Extensions.RichEditTextBox

updPanel protected_oe 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
Résultat global::System.Web.UI.UpdatePanel