C# Class Hd.Web.Controls.AttachmentControl

Inheritance: System.Web.UI.UserControl
Afficher le fichier Open project: TargetProcess/Tp.HelpDesk

Protected Properties

Свойство Type Description
attachments global::Hd.Web.Extensions.MultiAttachment
lstAttachment global::System.Web.UI.WebControls.DataGrid

Private Properties

Свойство Type Description
LoadAttachments void

Méthodes protégées

Méthode Description
OnAddAttachments ( object sender ) : void
OnLoad ( EventArgs e ) : void

Private Methods

Méthode Description
LoadAttachments ( object argument ) : void

Method Details

OnAddAttachments() protected méthode

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

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat 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
Résultat 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
Résultat global::System.Web.UI.WebControls.DataGrid