EntityDescriptorTEntityDefault 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: 24.2.419.0 (24.2.419.0)
Syntax public static EntityDescriptor<TEntity> Default { get; set; }
Public Shared Property Default As EntityDescriptor(Of TEntity)
Get
Set
public:
static property EntityDescriptor<TEntity>^ Default {
EntityDescriptor<TEntity>^ get ();
void set (EntityDescriptor<TEntity>^ value);
}
static member Default : EntityDescriptor<'TEntity> with get, set
Property Value
Type:
EntityDescriptorTEntitySee Also