EmployeeRoleBenefits

Inheritance hierarchy

Hierarchy type None
Is abstract False

Relationships

The EmployeeRoleBenefits entity is part of the following relationships

Related Entity Full description
EmployeeRole EmployeeRole.EmployeeRoleBenefits - EmployeeRoleBenefits.EmployeeRole (1:n)

Fields

The following fields are defined in the EmployeeRoleBenefits entity

Name Type Is PK Is FK Optional Read-only Max. length Precision Scale
Id int (System.Int32) Yes 0 0 0
Name string (System.String) Yes 50 0 0
RoleId int (System.Int32) Yes 0 0 0

Unique Constraints

None.

None.

Mappings

InheritanceOne.dbo.EmployeeRoleBenefits (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 int 0 10 0 SCOPE_IDENTITY()
Name Name Yes nvarchar 50 0 0
RoleId RoleId int 0 10 0

Code generation information

Setting values

EmployeeRoleBenefits (Entity)

Setting name Value
Entity base class name CommonEntityBase

Id (NormalField)

Setting name Value
Generate as nullable type True
Field property is public True

Name (NormalField)

Setting name Value
Generate as nullable type True
Field property is public True

RoleId (NormalField)

Setting name Value
Generate as nullable type True
Field property is public True

EmployeeRole (NavigatorSingleValue)

Setting name Value
Navigator property is public True

Attribute definitions per element

EmployeeRole (NavigatorSingleValue)

  • Browsable($true)

Additional interface definitions per element

None.

Additional namespace definitions per element

None.