C# 클래스 MetroFanfou.Controls.StatusList

상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: dodola/WP7Fanfou 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ShowTypeProperty System.Windows.DependencyProperty
TimelineProperty System.Windows.DependencyProperty

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
Init ( System.Action beforeLoading = null, Action afterCallback = null ) : void

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

Reset ( ) : void

重置

StatusList ( ) : System

构造函数

비공개 메소드들

메소드 설명
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

메소드 상세

Init() 공개 메소드

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

Reset() 공개 메소드

重置
public Reset ( ) : void
리턴 void

StatusList() 공개 메소드

构造函数
public StatusList ( ) : System
리턴 System

프로퍼티 상세

ShowTypeProperty 공개적으로 정적으로 프로퍼티

依赖项,显示方式
public static DependencyProperty,System.Windows ShowTypeProperty
리턴 System.Windows.DependencyProperty

TimelineProperty 공개적으로 정적으로 프로퍼티

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