C# Class PAZ.Model.Student

Inheritance: User
Mostra file Open project: PAZ-MI4Ie/PAZ Class Usage Examples

Public Methods

Method Description
Student ( ) : System
Student ( string surname, string firstname, int studentnumber, string study ) : System

Method Details

Student() public method

public Student ( ) : System
return System

Student() public method

public Student ( string surname, string firstname, int studentnumber, string study ) : System
surname string
firstname string
studentnumber int
study string
return System