IEntityArchiveDescriptor<TEntity> Interface |
An interface implemented by a class derived from
EntityDescriptor<TEntity> to specify
information about how an entity is archived.
Namespace:
AGI.Foundation.Tracking
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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 IEntityArchiveDescriptor<TEntity> 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.
|
Top
Methods
| Name | Description |
---|
 | CreateEntity |
Creates a new entity with the given identifier.
|
Top
See Also