Click or drag to resize

IEntityArchiveDescriptorTEntitySchema Property

Gets the schema to use for archiving this type of entity.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
EntitySchema<TEntity> Schema { get; }

Return Value

Type: EntitySchemaTEntity
The schema.
See Also