C# Class Care.Views.Common.PostCommentView

Inheritance: PhoneApplicationPage
显示文件 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_oe static_oe property

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

WordCountProperty public_oe static_oe property

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

WordMaxLengthProperty public_oe static_oe property

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

m_itemViewModel public_oe property

public ItemViewModel m_itemViewModel
return ItemViewModel