Свойство | 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 |
Свойство | Type | Description | |
---|---|---|---|
CanEditComment | bool | ||
LoadAttachments | void | ||
LoadComments | void |
Méthode | Description | |
---|---|---|
LoadContent ( object argument ) : void |
Méthode | Description | |
---|---|---|
DeleteComment ( string argument ) : void | ||
OnAddAttachments ( object sender ) : void | ||
OnLoad ( EventArgs e ) : void | ||
SaveReply ( object sender, EventArgs eventArgs ) : void |
Méthode | Description | |
---|---|---|
CanEditComment ( Comment comment ) : bool | ||
LoadAttachments ( object argument ) : void | ||
LoadComments ( object argument ) : void |
protected DeleteComment ( string argument ) : void | ||
argument | string | |
Résultat | void |
public LoadContent ( object argument ) : void | ||
argument | object | |
Résultat | void |
protected OnAddAttachments ( object sender ) : void | ||
sender | object | |
Résultat | void |
protected SaveReply ( object sender, EventArgs eventArgs ) : void | ||
sender | object | |
eventArgs | EventArgs | |
Résultat | void |
protected global::System.Web.UI.HtmlControls.HtmlAnchor A1 | ||
Résultat | global::System.Web.UI.HtmlControls.HtmlAnchor |
protected global::Hd.Web.Extensions.MultiAttachment attachments | ||
Résultat | global::Hd.Web.Extensions.MultiAttachment |
protected global::System.Web.UI.WebControls.Button btnPostComment | ||
Résultat | global::System.Web.UI.WebControls.Button |
protected global::Hd.Web.Extensions.AsyncPostBackHandler handler | ||
Résultat | global::Hd.Web.Extensions.AsyncPostBackHandler |
protected global::System.Web.UI.WebControls.HiddenField hdnCommentID | ||
Résultat | global::System.Web.UI.WebControls.HiddenField |
protected global::System.Web.UI.WebControls.HiddenField hdnParentID | ||
Résultat | global::System.Web.UI.WebControls.HiddenField |
protected global::System.Web.UI.HtmlControls.HtmlAnchor lnkNewComment | ||
Résultat | global::System.Web.UI.HtmlControls.HtmlAnchor |
protected global::System.Web.UI.WebControls.DataGrid lstAttachment | ||
Résultat | global::System.Web.UI.WebControls.DataGrid |
protected global::System.Web.UI.WebControls.DataGrid lstComments | ||
Résultat | global::System.Web.UI.WebControls.DataGrid |
protected global::System.Web.UI.WebControls.Panel pnlComment | ||
Résultat | global::System.Web.UI.WebControls.Panel |
protected global::System.Web.UI.HtmlControls.HtmlGenericControl spanAddComment | ||
Résultat | global::System.Web.UI.HtmlControls.HtmlGenericControl |
protected global::Hd.Web.Extensions.RichEditTextBox txtComment | ||
Résultat | global::Hd.Web.Extensions.RichEditTextBox |