C# Class FederatedSearch.TwitterSearchWebPart.TwitterSearchWebPartUserControl

Afficher le fichier Open project: ivankozyrev/fls-internal-portal

Méthodes publiques

Свойство Type Description
PropertiesWebPart TwitterSearchWebPart

Protected Properties

Свойство Type Description
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

Méthodes protégées

Méthode Description
DisplayTweets ( ) : void
OnInit ( EventArgs e ) : void
OnLoad ( object sender, EventArgs e ) : void
OnTimerTick ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
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

Method Details

DisplayTweets() protected méthode

protected DisplayTweets ( ) : void
Résultat void

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e EventArgs
Résultat void

OnLoad() protected méthode

protected OnLoad ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

OnTimerTick() protected méthode

protected OnTimerTick ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Property Details

AsynchPanel protected_oe property

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

Error protected_oe property

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
Résultat global::System.Web.UI.WebControls.Label

ProfileImage protected_oe property

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
Résultat global::System.Web.UI.WebControls.Image

PropertiesWebPart public_oe property

public TwitterSearchWebPart,FederatedSearch.TwitterSearchWebPart PropertiesWebPart
Résultat TwitterSearchWebPart

Timer1 protected_oe property

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

Title protected_oe property

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
Résultat global::System.Web.UI.WebControls.HyperLink

TwitterResults protected_oe property

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
Résultat global::System.Web.UI.WebControls.ListView

cssReg protected_oe property

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