Метод | Описание | |
---|---|---|
AddCourse ( |
||
RemoveCourse ( |
||
Teacher ( |
||
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 |
public AddCourse ( |
||
course | ||
Результат | void |
public RemoveCourse ( |
||
course | ||
Результат | void |
public Teacher ( |
||
xmlNode | ||
Результат | TeamOOP.Utilities |
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 | |
Результат | TeamOOP.Utilities |
public toXML ( ) : System.Xml.Linq.XElement | ||
Результат | System.Xml.Linq.XElement |