Click or drag to resize

IEntityArchiveDescriptor<TEntity>.Archivers Property

Gets the default list of archivers needed for archiving this type of entity.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
TrackingTypeArchiverCollection Archivers { get; }

Return Value

Type: TrackingTypeArchiverCollection
The list of archivers.
See Also