Table of Contents

Interface IStorageModel

Namespace
Artemis.Core
Assembly
Artemis.Core.dll

Represents a model that can be loaded and saved to persistent storage

public interface IStorageModel

Methods

Load()

Loads the model from its associated entity

void Load()

Save()

Saves the model to its associated entity

void Save()