C# Class StarryEyes.ViewModels.Timelines.Statuses.StatusViewModel

Inheritance: Livet.ViewModel
Datei anzeigen Open project: karno/StarryEyes Class Usage Examples

Private Properties

Property Type Description
AssertQuickActionEnabled bool
CheckUserIsBind bool
CreateUserViewModel StarryEyes.ViewModels.Timelines.Statuses.UserViewModel
FavoriteAndRetweetImmediate void
Focus void
GetImmediateAccounts IEnumerable
LoadInReplyTo void
MuteKeyword void
NotifyChangeReplyInfo void
NotifyQuickActionFailed void
QueryMuteMessage TaskDialogMessage
ReceiveOlder void
Reply void
Reply void
SendReplyOrDirectMessage void
SetClipboard void

Public Methods

Method Description
ConfirmDelete ( ) : void
CopyBody ( ) : void
CopyPermalink ( ) : void
CopySTOT ( ) : void
CopyText ( ) : void
Delete ( ) : void
DirectMessage ( ) : void
DirectMessage ( string body ) : void
Favorite ( IEnumerable infos, bool add ) : void
FindOnGoogle ( ) : void
FindOnKrile ( ) : void
FindOnTwitter ( ) : void
MuteClient ( ) : void
MuteUser ( ) : void
OpenFavstar ( ) : void
OpenLink ( string parameter ) : void
OpenNthLink ( string index ) : void
OpenNthThumbnail ( string index ) : void
OpenSourceLink ( ) : void
OpenUserDetailOnTwitter ( ) : void
OpenUserFavstar ( ) : void
OpenUserTwilog ( ) : void
OpenWeb ( ) : void
Quote ( ) : void
QuotePermalink ( ) : void
RaiseFocusedChanged ( ) : void
ReportAsSpam ( ) : void
Retweet ( IEnumerable infos, bool add ) : void
SendReplyOrDirectMessage ( string body ) : void
SetTextToInputBox ( ) : void
ShowConversation ( ) : void
ShowRecipientProfile ( ) : void
ShowRetweeterProfile ( ) : void
ShowUserProfile ( ) : void
StatusViewModel ( TimelineViewModelBase parent, StatusModel status, IEnumerable initialBoundAccounts ) : System
ToggleFavorite ( ) : void
ToggleFavoriteImmediate ( ) : void
ToggleFocus ( ) : void
ToggleRetweet ( ) : void
ToggleRetweetImmediate ( ) : void
ToggleSelect ( ) : void

Private Methods

Method Description
AssertQuickActionEnabled ( ) : bool
CheckUserIsBind ( long id ) : bool
CreateUserViewModel ( StarryEyes.Anomaly.TwitterApi.DataModels.TwitterUser user ) : StarryEyes.ViewModels.Timelines.Statuses.UserViewModel
FavoriteAndRetweetImmediate ( ) : void
Focus ( ) : void
GetImmediateAccounts ( ) : IEnumerable
LoadInReplyTo ( ) : void
MuteKeyword ( ) : void
NotifyChangeReplyInfo ( ) : void
NotifyQuickActionFailed ( string main, string body ) : void
QueryMuteMessage ( string title, string inst, string content ) : TaskDialogMessage
ReceiveOlder ( ) : void
Reply ( ) : void
Reply ( string body ) : void
SendReplyOrDirectMessage ( ) : void
SetClipboard ( string value ) : void

Method Details

ConfirmDelete() public method

public ConfirmDelete ( ) : void
return void

CopyBody() public method

public CopyBody ( ) : void
return void

CopyPermalink() public method

public CopyPermalink ( ) : void
return void

CopySTOT() public method

public CopySTOT ( ) : void
return void

CopyText() public method

public CopyText ( ) : void
return void

Delete() public method

public Delete ( ) : void
return void

DirectMessage() public method

public DirectMessage ( ) : void
return void

DirectMessage() public method

public DirectMessage ( string body ) : void
body string
return void

Favorite() public method

public Favorite ( IEnumerable infos, bool add ) : void
infos IEnumerable
add bool
return void

FindOnGoogle() public method

public FindOnGoogle ( ) : void
return void

FindOnKrile() public method

public FindOnKrile ( ) : void
return void

FindOnTwitter() public method

public FindOnTwitter ( ) : void
return void

MuteClient() public method

public MuteClient ( ) : void
return void

MuteUser() public method

public MuteUser ( ) : void
return void

OpenFavstar() public method

public OpenFavstar ( ) : void
return void

OpenLink() public method

public OpenLink ( string parameter ) : void
parameter string
return void

OpenNthLink() public method

public OpenNthLink ( string index ) : void
index string
return void

OpenNthThumbnail() public method

public OpenNthThumbnail ( string index ) : void
index string
return void

OpenSourceLink() public method

public OpenSourceLink ( ) : void
return void

OpenUserDetailOnTwitter() public method

public OpenUserDetailOnTwitter ( ) : void
return void

OpenUserFavstar() public method

public OpenUserFavstar ( ) : void
return void

OpenUserTwilog() public method

public OpenUserTwilog ( ) : void
return void

OpenWeb() public method

public OpenWeb ( ) : void
return void

Quote() public method

public Quote ( ) : void
return void

QuotePermalink() public method

public QuotePermalink ( ) : void
return void

RaiseFocusedChanged() public method

public RaiseFocusedChanged ( ) : void
return void

ReportAsSpam() public method

public ReportAsSpam ( ) : void
return void

Retweet() public method

public Retweet ( IEnumerable infos, bool add ) : void
infos IEnumerable
add bool
return void

SendReplyOrDirectMessage() public method

public SendReplyOrDirectMessage ( string body ) : void
body string
return void

SetTextToInputBox() public method

public SetTextToInputBox ( ) : void
return void

ShowConversation() public method

public ShowConversation ( ) : void
return void

ShowRecipientProfile() public method

public ShowRecipientProfile ( ) : void
return void

ShowRetweeterProfile() public method

public ShowRetweeterProfile ( ) : void
return void

ShowUserProfile() public method

public ShowUserProfile ( ) : void
return void

StatusViewModel() public method

public StatusViewModel ( TimelineViewModelBase parent, StatusModel status, IEnumerable initialBoundAccounts ) : System
parent TimelineViewModelBase
status StatusModel
initialBoundAccounts IEnumerable
return System

ToggleFavorite() public method

public ToggleFavorite ( ) : void
return void

ToggleFavoriteImmediate() public method

public ToggleFavoriteImmediate ( ) : void
return void

ToggleFocus() public method

public ToggleFocus ( ) : void
return void

ToggleRetweet() public method

public ToggleRetweet ( ) : void
return void

ToggleRetweetImmediate() public method

public ToggleRetweetImmediate ( ) : void
return void

ToggleSelect() public method

public ToggleSelect ( ) : void
return void