C# Class Care.Views.Common.PostCommentView

Inheritance: PhoneApplicationPage
Show file Open project: thankcreate/Care

Public Properties

Property Type Description
LogoSourceProperty System.Windows.DependencyProperty
WordCountProperty System.Windows.DependencyProperty
WordMaxLengthProperty System.Windows.DependencyProperty
m_itemViewModel ItemViewModel

Public Methods

Method Description
PostCommentView ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( System e ) : void

Private Methods

Method Description
ChangeUIByInputType ( ) : void
DoubanSend ( ) : void
RenrenAddCommentGetCallback ( object sender, RenrenSDKLibrary.APIRequestCompletedEventArgs e ) : void
RenrenSend ( ) : void
SinaWeiboSend ( ) : void
StatusMessageBox_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
send_Click ( object sender, EventArgs e ) : void

Method Details

OnNavigatedTo() protected method

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

PostCommentView() public method

public PostCommentView ( ) : System
return System

Property Details

LogoSourceProperty public static property

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

WordCountProperty public static property

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

WordMaxLengthProperty public static property

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

m_itemViewModel public property

public ItemViewModel m_itemViewModel
return ItemViewModel