C# 클래스 StarryEyes.ViewModels.WindowParts.Inputting.InputCoreViewModel

상속: Livet.ViewModel
파일 보기 프로젝트 열기: karno/StarryEyes 1 사용 예제들

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