C# Class Microsoft.R.Components.Plots.Implementation.ViewModel.RPlotHistoryEntryViewModel

Inheritance: BindableBase, IRPlotHistoryEntryViewModel
Show file Open project: Microsoft/RTVS

Public Methods

Method Description
ActivatePlotAsync ( ) : System.Threading.Tasks.Task
RPlotHistoryEntryViewModel ( IRPlotManager plotManager, ICoreShell shell, IRPlot plot, BitmapImage plotImage ) : System
RefreshDeviceName ( ) : void

Method Details

ActivatePlotAsync() public method

public ActivatePlotAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

RPlotHistoryEntryViewModel() public method

public RPlotHistoryEntryViewModel ( IRPlotManager plotManager, ICoreShell shell, IRPlot plot, BitmapImage plotImage ) : System
plotManager IRPlotManager
shell ICoreShell
plot IRPlot
plotImage System.Windows.Media.Imaging.BitmapImage
return System

RefreshDeviceName() public method

public RefreshDeviceName ( ) : void
return void