Table of Contents

Class PlotTileModel

Namespace
The.WPF.Screens.Stats.Tiles
Assembly
Instagile.WPF.dll
public class PlotTileModel : PlotTileBase, INotifyPropertyChanged, ITile
Inheritance
PlotTileModel
Implements
Inherited Members
Extension Methods

Constructors

PlotTileModel(string, Func<ViewResolvingPlotModel, Task>)

public PlotTileModel(string name, Func<ViewResolvingPlotModel, Task> loadAction)

Parameters

name string
loadAction Func<ViewResolvingPlotModel, Task>

Methods

LoadAsync(ViewResolvingPlotModel)

protected override Task LoadAsync(ViewResolvingPlotModel plot)

Parameters

plot ViewResolvingPlotModel

Returns

Task