Click or drag to resize

MemoryArchiveTEntity Constructor (TransactionContext, TrackingTypeArchiverCollection)

Construct a new instance with the provided context and type archivers.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public MemoryArchive(
	TransactionContext context,
	TrackingTypeArchiverCollection typeArchivers
)

Parameters

context
Type: AGI.FoundationTransactionContext
The context in which archiving is to take place.
typeArchivers
Type: AGI.Foundation.TrackingTrackingTypeArchiverCollection
The type archivers to use to archive entity properties.
See Also