C# Class Assignment1.Employee

Datei anzeigen Open project: shendongnian/code

Public Properties

Property Type Description
Id int
employeeName string

Public Methods

Method Description
Addtodo ( Pizza pizzatd ) : void
employee ( int id, string name ) : void

Method Details

Addtodo() public method

public Addtodo ( Pizza pizzatd ) : void
pizzatd Pizza
return void

employee() public method

public employee ( int id, string name ) : void
id int
name string
return void

Property Details

Id public_oe property

public int Id
return int

employeeName public_oe property

public string employeeName
return string