Click or drag to resize

EntityDescriptor<TEntity>.Default Property

Gets or sets the default descriptor for 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
public static EntityDescriptor<TEntity> Default { get; set; }

Property Value

Type: EntityDescriptor<TEntity>
See Also