Click or drag to resize
IStorageContext Interface
Zet Universe

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:ZU.Storage.IStorageContext"]

Namespace: ZU.Storage
Assemblies:  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
Syntax
C#
public interface IStorageContext

The IStorageContext type exposes the following members.

Properties
  NameDescription
Public propertyModel
Public propertyStorageProvider
Top
Methods
  NameDescription
Public methodAddEntity
Materializes and attaches an IEntity object from a given JSON document to an IModel
Public methodAddStorageRecordKeyToIndex
Public methodClose
Public methodGetActivityHistory
Public methodGetEntityStorageRecordAt
Public methodInitIndex
Spatio-Temporal Index
Public methodLoad
Public methodLoadEntity
Materializes an IEntity object from a given JSON document
Public methodPurge
Public methodSaveEntity
Top
See Also