IEntityArchiveDescriptorTEntity Interface |
An interface implemented by a class derived from
EntityDescriptorTEntity to specify
information about how an entity is archived.
Namespace:
AGI.Foundation.Tracking
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public interface IEntityArchiveDescriptor<TEntity>
where TEntity : class
Public Interface IEntityArchiveDescriptor(Of TEntity As Class)
generic<typename TEntity>
where TEntity : ref class
public interface class IEntityArchiveDescriptor
type IEntityArchiveDescriptor<'TEntity when 'TEntity : not struct> = interface end
Type Parameters
- TEntity
- The type of the entity.
The IEntityArchiveDescriptorTEntity type exposes the following members.
Properties
| Name | Description |
---|
| Archivers |
Gets the default list of archivers needed for archiving this type of entity.
|
| Schema |
Gets the schema to use for archiving this type of entity.
|
TopMethods
| Name | Description |
---|
| CreateEntity |
Creates a new entity with the given identifier.
|
TopSee Also