Class PlotTileModel
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
namestringloadActionFunc<ViewResolvingPlotModel, Task>
Methods
LoadAsync(ViewResolvingPlotModel)
protected override Task LoadAsync(ViewResolvingPlotModel plot)