C# Class Care.Views.Common.CommentView

Inheritance: PhoneApplicationPage
Show file Open project: thankcreate/Care

Public Properties

Property Type Description
HeaderHeightProperty System.Windows.DependencyProperty
m_itemViewModel ItemViewModel

Public Methods

Method Description
CommentView ( ) : System

Protected Methods

Method Description
OnNavigatedFrom ( System.Windows.Navigation.NavigationEventArgs e ) : void
OnNavigatedTo ( System e ) : void

Private Methods

Method Description
AddEmptyTipCommentCleverly ( ) : void
CommentToComment_Tapped ( object sender, System e ) : void
InitHeaderHeight ( ) : void
Page_Loaded ( object sender, RoutedEventArgs e ) : void
RefreshComments ( ) : void
RefreshCommentsForDouban ( ) : void
RefreshCommentsForRenren ( ) : void
RefreshCommentsForSinaWeibo ( ) : void
Refresh_Click ( object sender, EventArgs e ) : void
RenrenCommentGetCallback ( object sender, RenrenSDKLibrary.APIRequestCompletedEventArgs e ) : void
RenrenShareCommentGetCallback ( object sender, RenrenSDKLibrary.APIRequestCompletedEventArgs e ) : void
UpdateCommentCount ( int num ) : void
WriteComment_Click ( object sender, EventArgs e ) : void

Method Details

CommentView() public method

public CommentView ( ) : System
return System

OnNavigatedFrom() protected method

protected OnNavigatedFrom ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
return void

OnNavigatedTo() protected method

protected OnNavigatedTo ( System e ) : void
e System
return void

Property Details

HeaderHeightProperty public static property

public static DependencyProperty,System.Windows HeaderHeightProperty
return System.Windows.DependencyProperty

m_itemViewModel public property

public ItemViewModel m_itemViewModel
return ItemViewModel