C# 클래스 Hd.Web.Controls.AttachmentControl

상속: System.Web.UI.UserControl
파일 보기 프로젝트 열기: TargetProcess/Tp.HelpDesk

보호된 프로퍼티들

프로퍼티 타입 설명
attachments global::Hd.Web.Extensions.MultiAttachment
lstAttachment global::System.Web.UI.WebControls.DataGrid

Private Properties

프로퍼티 타입 설명
LoadAttachments void

보호된 메소드들

메소드 설명
OnAddAttachments ( object sender ) : void
OnLoad ( EventArgs e ) : void

비공개 메소드들

메소드 설명
LoadAttachments ( object argument ) : void

메소드 상세

OnAddAttachments() 보호된 메소드

protected OnAddAttachments ( object sender ) : void
sender object
리턴 void

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

프로퍼티 상세

attachments 보호되어 있는 프로퍼티

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

lstAttachment 보호되어 있는 프로퍼티

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