Class PlotTileBase
public abstract class PlotTileBase : NotificationObject, INotifyPropertyChanged, ITile
- Inheritance
-
PlotTileBase
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
PlotTileBase(string)
protected PlotTileBase(string name)
Parameters
namestring
Properties
Content
public object? Content { get; set; }
Property Value
Name
public string Name { get; }
Property Value
Methods
LoadAsync(ViewResolvingPlotModel)
protected abstract Task LoadAsync(ViewResolvingPlotModel plot)