Interface IStorageModel
Represents a model that can be loaded and saved to persistent storage
Namespace: Artemis.Core
Assembly: Artemis.Core.dll
Syntax
public interface IStorageModel
Methods
Load()
Loads the model from its associated entity
Declaration
void Load()
Save()
Saves the model to its associated entity
Declaration
void Save()