Click or drag to resize

IEntityArchiveDescriptorTEntity Interface

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public interface IEntityArchiveDescriptor<TEntity>
where TEntity : class

Type Parameters

TEntity
The type of the entity.

The IEntityArchiveDescriptorTEntity type exposes the following members.

Properties
  NameDescription
Public propertyArchivers
Gets the default list of archivers needed for archiving this type of entity.
Public propertySchema
Gets the schema to use for archiving this type of entity.
Top
Methods
  NameDescription
Public methodCreateEntity
Creates a new entity with the given identifier.
Top
See Also