C# Class Assignment1.Employee

Afficher le fichier Open project: shendongnian/code

Méthodes publiques

Свойство Type Description
Id int
employeeName string

Méthodes publiques

Méthode Description
Addtodo ( Pizza pizzatd ) : void
employee ( int id, string name ) : void

Method Details

Addtodo() public méthode

public Addtodo ( Pizza pizzatd ) : void
pizzatd Pizza
Résultat void

employee() public méthode

public employee ( int id, string name ) : void
id int
name string
Résultat void

Property Details

Id public_oe property

public int Id
Résultat int

employeeName public_oe property

public string employeeName
Résultat string