C# 클래스 TeamOOP.Utilities.StudentsContainer

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

공개 메소드들

메소드 설명
Add ( Person student ) : void
AverageGrade ( ) : double
BestStudent ( ) : Student
ClearStudentsList ( ) : void
FillWithDummyData ( ) : void
ReadStudentsFromFile ( string fileName ) : void
Remove ( int facNum ) : void
Remove ( string egn ) : void
SortByAlphabeticalOrderFName ( ) : IEnumerable
SortByAlphabeticalOrderLName ( ) : IEnumerable
StudentCounter ( ) : string

비공개 메소드들

메소드 설명
StudentsContainer ( ) : PersonModule

메소드 상세

Add() 공개 메소드

public Add ( Person student ) : void
student Person
리턴 void

AverageGrade() 공개 메소드

public AverageGrade ( ) : double
리턴 double

BestStudent() 공개 메소드

public BestStudent ( ) : Student
리턴 PersonModule.Student

ClearStudentsList() 공개 메소드

public ClearStudentsList ( ) : void
리턴 void

FillWithDummyData() 공개 메소드

public FillWithDummyData ( ) : void
리턴 void

ReadStudentsFromFile() 공개 메소드

public ReadStudentsFromFile ( string fileName ) : void
fileName string
리턴 void

Remove() 공개 메소드

public Remove ( int facNum ) : void
facNum int
리턴 void

Remove() 공개 메소드

public Remove ( string egn ) : void
egn string
리턴 void

SortByAlphabeticalOrderFName() 공개 메소드

public SortByAlphabeticalOrderFName ( ) : IEnumerable
리턴 IEnumerable

SortByAlphabeticalOrderLName() 공개 메소드

public SortByAlphabeticalOrderLName ( ) : IEnumerable
리턴 IEnumerable

StudentCounter() 공개 메소드

public StudentCounter ( ) : string
리턴 string