C# Класс FederatedSearch.TwitterSearchWebPart.TwitterSearchWebPartUserControl

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
PropertiesWebPart TwitterSearchWebPart

Защищенные свойства (Protected)

Свойство Тип Описание
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