C# 클래스 PersonModule.Teacher

상속: Employee, ICourses
파일 보기 프로젝트 열기: nzhul/TelerikAcademy 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AddCourse() 공개 메소드

public AddCourse ( Course course ) : void
course PersonModule.PersonDefinitions.Course
리턴 void

RemoveCourse() 공개 메소드

public RemoveCourse ( Course course ) : void
course PersonModule.PersonDefinitions.Course
리턴 void

Teacher() 공개 메소드

public Teacher ( XmlNode xmlNode ) : TeamOOP.Utilities
xmlNode System.Xml.XmlNode
리턴 TeamOOP.Utilities

Teacher() 공개 메소드

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

toXML() 공개 메소드

public toXML ( ) : System.Xml.Linq.XElement
리턴 System.Xml.Linq.XElement