Super
Inheritance hierarchy
| Hierarchy type | Target per entity |
| Is abstract | False |
Super (Hierarchy root)
Relationships
None.
Fields
The following fields are defined in the Super entity
| Name | Type | Is PK | Is FK | Optional | Read-only | Max. length | Precision | Scale |
|---|---|---|---|---|---|---|---|---|
| Id | guid (System.Guid) |
Yes | 0 | 0 | 0 | |||
| Name | string (System.String) |
50 | 0 | 0 |
Unique Constraints
None.
Fields mapped onto related fields
None.
Mappings
InheritanceOne.dbo.Super (SQL Server (SqlClient))
| Aspect | Value |
|---|---|
| Type of target | Table |
| Actions allowed | Create / Retrieve / Update / Delete |
| Entity Field | Target field | Nullable | Type | Length | Precision | Scale | Sequence | Type converter |
|---|---|---|---|---|---|---|---|---|
| Id | ID | uniqueidentifier | 0 | 0 | 0 | |||
| Name | Name | varchar | 50 | 0 | 0 |
Code generation information
Setting values
Super (Entity)
| Setting name | Value |
|---|---|
| Entity base class name | CommonEntityBase |
Id (NormalField)
| Setting name | Value |
|---|---|
| Generate as nullable type | True |
| Field property is public | True |
| Field property has private setter | False |
Name (NormalField)
| Setting name | Value |
|---|---|
| Generate as nullable type | True |
| Field property is public | True |
| Field property has private setter | False |
Attribute definitions per element
None.
Additional interface definitions per element
None.
Additional namespace definitions per element
None.