Employee Class |
Namespace: Velo.Data.Models
The Employee type exposes the following members.
| Name | Description | |
|---|---|---|
| Employee |
Initializes a new instance of the Employee class.
Constructor without parameter
| |
| Employee(IDataRecord) |
Initializes a new instance of the Employee class.
Constructor with parameter of data record to fill this data item
|
| Name | Description | |
|---|---|---|
| Administrator |
Is employee an administrator. Default as false (not an administrator).
| |
Employee email
| ||
| GUID |
User identification by Globally Unique Identifier. Default create a new GUID.
| |
| ID |
Data item identification from database. Default value is 0.
| |
| Name |
Name of employee. Default name "Neuer Mitarbeiter".
|
| Name | Description | |
|---|---|---|
| ConvertDateFromSQL |
Convert SQL date include value null
(Defined by Extension.) | |
| ConvertDateToSQL |
Convert C# date type to SQL date type
(Defined by Extension.) |