C# Class Hd.Web.Controls.AttachmentControl

Inheritance: System.Web.UI.UserControl
Datei anzeigen Open project: TargetProcess/Tp.HelpDesk

Protected Properties

Property Type Description
attachments global::Hd.Web.Extensions.MultiAttachment
lstAttachment global::System.Web.UI.WebControls.DataGrid

Private Properties

Property Type Description
LoadAttachments void

Protected Methods

Method Description
OnAddAttachments ( object sender ) : void
OnLoad ( EventArgs e ) : void

Private Methods

Method Description
LoadAttachments ( object argument ) : void

Method Details

OnAddAttachments() protected method

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

OnLoad() protected method

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

Property Details

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
return global::Hd.Web.Extensions.MultiAttachment

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