C# 클래스 FederatedSearch.TwitterSearchWebPart.TwitterSearchWebPartUserControl

파일 보기 프로젝트 열기: ivankozyrev/fls-internal-portal

공개 프로퍼티들

프로퍼티 타입 설명
PropertiesWebPart TwitterSearchWebPart

보호된 프로퍼티들

프로퍼티 타입 설명
AsynchPanel global::System.Web.UI.UpdatePanel
Error global::System.Web.UI.WebControls.Label
ProfileImage global::System.Web.UI.WebControls.Image
Timer1 global::System.Web.UI.Timer
Title global::System.Web.UI.WebControls.HyperLink
TwitterResults global::System.Web.UI.WebControls.ListView
cssReg global::Microsoft.SharePoint.WebControls.CssRegistration

보호된 메소드들

메소드 설명
DisplayTweets ( ) : void
OnInit ( EventArgs e ) : void
OnLoad ( object sender, EventArgs e ) : void
OnTimerTick ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
DayAgo ( DateTime date ) : string
GetProfile ( string screenName, int count, bool includeRetweets, bool includeReplies ) : IList
GetSearch ( string search, int count ) : IList
Query ( string url ) : XDocument
SetInterval ( ) : void

메소드 상세

DisplayTweets() 보호된 메소드

protected DisplayTweets ( ) : void
리턴 void

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e EventArgs
리턴 void

OnLoad() 보호된 메소드

protected OnLoad ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

OnTimerTick() 보호된 메소드

protected OnTimerTick ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

프로퍼티 상세

AsynchPanel 보호되어 있는 프로퍼티

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

Error 보호되어 있는 프로퍼티

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

ProfileImage 보호되어 있는 프로퍼티

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

PropertiesWebPart 공개적으로 프로퍼티

public TwitterSearchWebPart,FederatedSearch.TwitterSearchWebPart PropertiesWebPart
리턴 TwitterSearchWebPart

Timer1 보호되어 있는 프로퍼티

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

Title 보호되어 있는 프로퍼티

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

TwitterResults 보호되어 있는 프로퍼티

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

cssReg 보호되어 있는 프로퍼티

cssReg control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Microsoft.SharePoint.WebControls.CssRegistration cssReg
리턴 global::Microsoft.SharePoint.WebControls.CssRegistration