1using System.Collections.Generic;
2using System.Threading.Tasks;
11 private readonly LinkedList<IPersistedProperty> properties =
new LinkedList<IPersistedProperty>();
Abstract base class for view models
Abstract base class for persistant view models
async Task Save()
Saves properties to persisted storage.
async Task Load()
Loads properties from persisted storage.
void Add(IPersistedProperty Property)
Adds a persistant property
Generic class for properties
Interface for persistant properties