C# Class Project_Marmelade.Employee

Afficher le fichier Open project: DMOe15a/ProjectMarmelade Class Usage Examples

Méthodes publiques

Méthode Description
Employee ( string name, string address, string email, string type, string title, int workhours, string dateOfEmployment ) : System
Employee ( string name, string address, string email, string type, string title, int workhours, string dateOfEmployment, string status ) : System

Method Details

Employee() public méthode

public Employee ( string name, string address, string email, string type, string title, int workhours, string dateOfEmployment ) : System
name string
address string
email string
type string
title string
workhours int
dateOfEmployment string
Résultat System

Employee() public méthode

public Employee ( string name, string address, string email, string type, string title, int workhours, string dateOfEmployment, string status ) : System
name string
address string
email string
type string
title string
workhours int
dateOfEmployment string
status string
Résultat System