Click or drag to resize

Employee Class

Employee (Mitarbeiter) data item
Inheritance Hierarchy
SystemObject
  Velo.Data.ModelsEmployee

Namespace:  Velo.Data.Models
Assembly:  Velo.Data (in Velo.Data.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public class Employee

The Employee type exposes the following members.

Constructors
  NameDescription
Public methodEmployee
Initializes a new instance of the Employee class. Constructor without parameter
Public methodEmployee(IDataRecord)
Initializes a new instance of the Employee class. Constructor with parameter of data record to fill this data item
Top
Properties
  NameDescription
Public propertyAdministrator
Is employee an administrator. Default as false (not an administrator).
Public propertyEmail
Employee email
Public propertyGUID
User identification by Globally Unique Identifier. Default create a new GUID.
Public propertyID
Data item identification from database. Default value is 0.
Public propertyName
Name of employee. Default name "Neuer Mitarbeiter".
Top
Extension Methods
  NameDescription
Public Extension MethodCode exampleConvertDateFromSQL
Convert SQL date include value null
(Defined by Extension.)
Public Extension MethodConvertDateToSQL
Convert C# date type to SQL date type
(Defined by Extension.)
Top
See Also