C# Class LuisTalk.ViewModels.ChatPageViewModel

Inheritance: ViewModelBase
ファイルを表示 Open project: evgri243/pubic-demos Class Usage Examples

Public Methods

Method Description
ChatPageViewModel ( SpellCheckerApi spellCheckerApi, VisionApi visionApi, DialogManager dialogManager ) : GalaSoft.MvvmLight

Private Methods

Method Description
GetImageFile ( ) : Task
IsStartCommand ( string text, string &name ) : bool
PickPhotoExecute ( ) : void
SendCommandExecute ( ) : void
SendImage ( BitmapSource image, SenderSide side = SenderSide.Local ) : void
SendText ( string text, SenderSide side = SenderSide.Local ) : void

Method Details

ChatPageViewModel() public method

public ChatPageViewModel ( SpellCheckerApi spellCheckerApi, VisionApi visionApi, DialogManager dialogManager ) : GalaSoft.MvvmLight
spellCheckerApi SpellCheckerApi
visionApi LuisTalk.Models.Services.VisionApi
dialogManager LuisTalk.Models.Services.DialogManager
return GalaSoft.MvvmLight