C# Class StarryEyes.ViewModels.WindowParts.Inputting.InputCoreViewModel

Inheritance: Livet.ViewModel
Afficher le fichier Open project: karno/StarryEyes Class Usage Examples

Private Properties

Свойство Type Description
AnalyzeFailedReason string
AttachClipboardImage void
AttachImageFromPath void
CheckInput bool
EscapeUrl void
InputDataChanged void
SendCore void
SetCursor void
ShowImageAttachErrorMessage void
StartSnippingTool void
UpdateGeoLocationService void
UpdateHashtagCandidates void
UpdateTextCount void

Méthodes publiques

Méthode Description
AmendLastPosted ( ) : void
AttachImage ( ) : void
BindHashtag ( string hashtag ) : void
CheckClearInput ( string clearTo = "" ) : bool
ClearDirectMessage ( ) : void
ClearInReplyTo ( ) : void
ClearInput ( string clearTo = "", bool sendDraftIfChanged = false ) : void
InputCoreViewModel ( InputViewModel parent ) : System
Send ( ) : void
UnbindHashtag ( string hashtag ) : void

Private Methods

Méthode Description
AnalyzeFailedReason ( IEnumerable exceptions ) : string
AttachClipboardImage ( ) : void
AttachImageFromPath ( string file ) : void
CheckInput ( ) : bool
EscapeUrl ( ) : void
InputDataChanged ( ) : void
SendCore ( InputData data ) : void
SetCursor ( CursorPosition position ) : void
ShowImageAttachErrorMessage ( Exception ex ) : void
StartSnippingTool ( ) : void
UpdateGeoLocationService ( bool isEnabled ) : void
UpdateHashtagCandidates ( ) : void
UpdateTextCount ( ) : void

Method Details

AmendLastPosted() public méthode

public AmendLastPosted ( ) : void
Résultat void

AttachImage() public méthode

public AttachImage ( ) : void
Résultat void

BindHashtag() public méthode

public BindHashtag ( string hashtag ) : void
hashtag string
Résultat void

CheckClearInput() public méthode

public CheckClearInput ( string clearTo = "" ) : bool
clearTo string
Résultat bool

ClearDirectMessage() public méthode

public ClearDirectMessage ( ) : void
Résultat void

ClearInReplyTo() public méthode

public ClearInReplyTo ( ) : void
Résultat void

ClearInput() public méthode

public ClearInput ( string clearTo = "", bool sendDraftIfChanged = false ) : void
clearTo string
sendDraftIfChanged bool
Résultat void

InputCoreViewModel() public méthode

public InputCoreViewModel ( InputViewModel parent ) : System
parent InputViewModel
Résultat System

Send() public méthode

public Send ( ) : void
Résultat void

UnbindHashtag() public méthode

public UnbindHashtag ( string hashtag ) : void
hashtag string
Résultat void