C# Class PersonModule.Teacher

Inheritance: Employee, ICourses
Afficher le fichier Open project: nzhul/TelerikAcademy Class Usage Examples

Méthodes publiques

Méthode Description
AddCourse ( Course course ) : void
RemoveCourse ( Course course ) : void
Teacher ( XmlNode xmlNode ) : TeamOOP.Utilities
Teacher ( string firstName, string lastName, string egn, ContractType contractType, int id, decimal salary, int rating, TeacherRank rank = TeacherRank.Unknown ) : TeamOOP.Utilities
toXML ( ) : System.Xml.Linq.XElement

Method Details

AddCourse() public méthode

public AddCourse ( Course course ) : void
course PersonModule.PersonDefinitions.Course
Résultat void

RemoveCourse() public méthode

public RemoveCourse ( Course course ) : void
course PersonModule.PersonDefinitions.Course
Résultat void

Teacher() public méthode

public Teacher ( XmlNode xmlNode ) : TeamOOP.Utilities
xmlNode System.Xml.XmlNode
Résultat TeamOOP.Utilities

Teacher() public méthode

public Teacher ( string firstName, string lastName, string egn, ContractType contractType, int id, decimal salary, int rating, TeacherRank rank = TeacherRank.Unknown ) : TeamOOP.Utilities
firstName string
lastName string
egn string
contractType ContractType
id int
salary decimal
rating int
rank TeacherRank
Résultat TeamOOP.Utilities

toXML() public méthode

public toXML ( ) : System.Xml.Linq.XElement
Résultat System.Xml.Linq.XElement