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)
SyntaxTrackingTypeArchiverCollection Archivers { get; }
ReadOnly Property Archivers As TrackingTypeArchiverCollection
Get
property TrackingTypeArchiverCollection^ Archivers {
TrackingTypeArchiverCollection^ get ();
}
abstract Archivers : TrackingTypeArchiverCollection with get
Return Value
Type:
TrackingTypeArchiverCollectionThe list of archivers.
See Also