C# Class MetroFanfou.Controls.StatusList

Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: dodola/WP7Fanfou Class Usage Examples

Méthodes publiques

Свойство Type Description
ShowTypeProperty System.Windows.DependencyProperty
TimelineProperty System.Windows.DependencyProperty

Private Properties

Свойство Type Description
ContextMenu_Closed void
ContextMenu_Opened void
FanListBox_LayoutUpdated void
FanListBox_Tap void
GetLastest void
GetMenuItemTweet FanFou.SDK.Objects.Status
GetNextPage void
GetTimelineEnd void
Image_MouseLeftButtonUp void
IsCanPollData bool
MenuItem_Comment void
MenuItem_Favorite void
MenuItem_Forward void
MenuItem_Reply void

Méthodes publiques

Méthode Description
Init ( System.Action beforeLoading = null, Action afterCallback = null ) : void

初始化控件,首页和提及调用此方法

Reset ( ) : void

重置

StatusList ( ) : System

构造函数

Private Methods

Méthode Description
ContextMenu_Closed ( object sender, RoutedEventArgs e ) : void
ContextMenu_Opened ( object sender, RoutedEventArgs e ) : void
FanListBox_LayoutUpdated ( object sender, EventArgs e ) : void
FanListBox_Tap ( object sender, System.Windows.Input.GestureEventArgs gestureEventArgs ) : void

选择查看的微博

GetLastest ( ) : void

获取最新

GetMenuItemTweet ( string tweetId ) : FanFou.SDK.Objects.Status

获取弹出菜单所处的微博位置

GetNextPage ( ) : void

下一页

GetTimelineEnd ( ICollection tweets ) : void

获取微博数据结束

Image_MouseLeftButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
IsCanPollData ( ) : bool

可以请求拉取数据

MenuItem_Comment ( object sender, RoutedEventArgs e ) : void
MenuItem_Favorite ( object sender, RoutedEventArgs e ) : void
MenuItem_Forward ( object sender, RoutedEventArgs e ) : void
MenuItem_Reply ( object sender, RoutedEventArgs e ) : void

Method Details

Init() public méthode

初始化控件,首页和提及调用此方法
public Init ( System.Action beforeLoading = null, Action afterCallback = null ) : void
beforeLoading System.Action
afterCallback Action
Résultat void

Reset() public méthode

重置
public Reset ( ) : void
Résultat void

StatusList() public méthode

构造函数
public StatusList ( ) : System
Résultat System

Property Details

ShowTypeProperty public_oe static_oe property

依赖项,显示方式
public static DependencyProperty,System.Windows ShowTypeProperty
Résultat System.Windows.DependencyProperty

TimelineProperty public_oe static_oe property

依赖项,显示的时间线内容类型
public static DependencyProperty,System.Windows TimelineProperty
Résultat System.Windows.DependencyProperty