C# Класс StarryEyes.ViewModels.WindowParts.Inputting.InputCoreViewModel

Наследование: Livet.ViewModel
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
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

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

AmendLastPosted() публичный Метод

public AmendLastPosted ( ) : void
Результат void

AttachImage() публичный Метод

public AttachImage ( ) : void
Результат void

BindHashtag() публичный Метод

public BindHashtag ( string hashtag ) : void
hashtag string
Результат void

CheckClearInput() публичный Метод

public CheckClearInput ( string clearTo = "" ) : bool
clearTo string
Результат bool

ClearDirectMessage() публичный Метод

public ClearDirectMessage ( ) : void
Результат void

ClearInReplyTo() публичный Метод

public ClearInReplyTo ( ) : void
Результат void

ClearInput() публичный Метод

public ClearInput ( string clearTo = "", bool sendDraftIfChanged = false ) : void
clearTo string
sendDraftIfChanged bool
Результат void

InputCoreViewModel() публичный Метод

public InputCoreViewModel ( InputViewModel parent ) : System
parent InputViewModel
Результат System

Send() публичный Метод

public Send ( ) : void
Результат void

UnbindHashtag() публичный Метод

public UnbindHashtag ( string hashtag ) : void
hashtag string
Результат void