C# 클래스 GSoft.Dynamite.Examples.Parts.BasicWall.BasicWallUserControl

Basic wall user control
상속: System.Web.UI.UserControl
파일 보기 프로젝트 열기: GSoft-SharePoint/Dynamite-2010

보호된 프로퍼티들

프로퍼티 타입 설명
NewPost global::System.Web.UI.WebControls.TextBox
NewPostSubmit global::System.Web.UI.WebControls.Button
PostRepeater global::System.Web.UI.WebControls.Repeater

공개 메소드들

메소드 설명
BasicWallUserControl ( ) : System

Constructor to initialize dependency

보호된 메소드들

메소드 설명
NewPostButton_Click ( object sender, EventArgs e ) : void

Fires when the NewPost button is clicked

Page_Load ( object sender, EventArgs e ) : void

Fires at page load

PostRepeater_ItemCommand ( object source, System.Web.UI.WebControls.RepeaterCommandEventArgs e ) : void

Fires when on of the NewReply buttons is clicked

PostRepeater_ItemDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void

Fires when a wall post is databound

TagsHtml ( object dataItem ) : string

Builds the Html for rendering tags

비공개 메소드들

메소드 설명
FetchAndBind ( ) : void

메소드 상세

BasicWallUserControl() 공개 메소드

Constructor to initialize dependency
public BasicWallUserControl ( ) : System
리턴 System

NewPostButton_Click() 보호된 메소드

Fires when the NewPost button is clicked
protected NewPostButton_Click ( object sender, EventArgs e ) : void
sender object Origin of event
e System.EventArgs Event arguments
리턴 void

Page_Load() 보호된 메소드

Fires at page load
protected Page_Load ( object sender, EventArgs e ) : void
sender object Origin of event
e System.EventArgs Event arguments
리턴 void

PostRepeater_ItemCommand() 보호된 메소드

Fires when on of the NewReply buttons is clicked
protected PostRepeater_ItemCommand ( object source, System.Web.UI.WebControls.RepeaterCommandEventArgs e ) : void
source object Origin of event
e System.Web.UI.WebControls.RepeaterCommandEventArgs Event arguments
리턴 void

PostRepeater_ItemDataBound() 보호된 메소드

Fires when a wall post is databound
protected PostRepeater_ItemDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void
sender object Origin of event
e System.Web.UI.WebControls.RepeaterItemEventArgs Event arguments
리턴 void

TagsHtml() 보호된 메소드

Builds the Html for rendering tags
protected TagsHtml ( object dataItem ) : string
dataItem object The object with tags
리턴 string

프로퍼티 상세

NewPost 보호되어 있는 프로퍼티

NewPost control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox NewPost
리턴 global::System.Web.UI.WebControls.TextBox

NewPostSubmit 보호되어 있는 프로퍼티

NewPostSubmit control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button NewPostSubmit
리턴 global::System.Web.UI.WebControls.Button

PostRepeater 보호되어 있는 프로퍼티

PostRepeater control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Repeater PostRepeater
리턴 global::System.Web.UI.WebControls.Repeater