1using System.ComponentModel.DataAnnotations;
 
   17        public virtual string? 
Name { 
get; 
set; }
 
 
Common base of entities with IDs.
Sanity limits to prevent users from overloading.
const int MaximumIndexableStringLength
Length limit for NamedEntity.Names.
Base class for named entities.
virtual ? string Name
The name of the entity represented by the NamedEntity.
FieldPresence
Indicates whether a request field is Required or Ignored.
@ Required
DMAPI validation must suceed for the deployment to succeed.