C# 클래스 BaconographyPortable.ViewModel.ReplyViewModel

상속: ViewModelBase
파일 보기 프로젝트 열기: Synergex/Baconography 1 사용 예제들

공개 메소드들

메소드 설명
ReplyViewModel ( IBaconProvider baconProvider, Thing replyTargetThing, GalaSoft.MvvmLight.Command.RelayCommand cancel, Action convertIntoUIReply, bool isEdit = false ) : BaconographyPortable.Messages

비공개 메소드들

메소드 설명
AddBoldImpl ( ) : void
AddBulletsImpl ( ) : void
AddCodeImpl ( ) : void
AddItalicImpl ( ) : void
AddLinkImpl ( ) : void
AddNumbersImpl ( ) : void
AddQuoteImpl ( ) : void
AddStrikeImpl ( ) : void
AddSuperImpl ( ) : void
RefreshUserImpl ( ) : void
SubmitImpl ( ) : void
SurroundSelection ( int startPosition, int endPosition, string startText, string newTextFormat ) : Tuple

메소드 상세

ReplyViewModel() 공개 메소드

public ReplyViewModel ( IBaconProvider baconProvider, Thing replyTargetThing, GalaSoft.MvvmLight.Command.RelayCommand cancel, Action convertIntoUIReply, bool isEdit = false ) : BaconographyPortable.Messages
baconProvider IBaconProvider
replyTargetThing Thing
cancel GalaSoft.MvvmLight.Command.RelayCommand
convertIntoUIReply Action
isEdit bool
리턴 BaconographyPortable.Messages