AnnotationClass¶
Provides a namespace mechanism to prevent clashes of Annotation names, especially if they are generated from other systems where we cannot control the naming. For example VMWare provides a mechanism for custom attributes that we replicate.
Fields¶
Field | Type | Description |
---|---|---|
AnnotatedObjectName | nvarchar | Name of the annotated object (table) |
AnnotatedObjectName | nvarchar | Name of the annotated object (table) |
Created | datetime2 | Date/Time the class was created |
DefaultVisible | bit | Default visibility in grids for new annotations of this class |
DefaultVisibleInColumnChooser | bit | Default visibility in grids column chooser for new annotations of this class |
Guid | uniqueidentifier | A unique identifier set by the creator of the annotation. Cannot be changed after creation (Name can be changed). Use the GUID in combination with AnnotatedObjectName when referencing annotations in custom queries. |
ID | bigint | Internal ID for the AnnotationClass entity (Primary Key) |
Name | nvarchar | Name of the annotation class |