C# Class BaconographyPortable.ViewModel.ReplyViewModel

Inheritance: ViewModelBase
Show file Open project: Synergex/Baconography Class Usage Examples

Public Methods

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

Private Methods

Method Description
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

Method Details

ReplyViewModel() public method

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
return BaconographyPortable.Messages