C# Class SchoolManager, Programming2020

Inheritance: Managers
显示文件 Open project: nkchuykin/Programming2020 Class Usage Examples

Public Methods

Method Description
CloseSchool ( List schools, string schoolNumber, string newSchoolNumber ) : void
TransferPupil ( List pupils, List schools, int pupilId, string newSchoolNumber ) : void
UniteSchools ( List schools, List schoolNumbers ) : void

Method Details

CloseSchool() public static method

public static CloseSchool ( List schools, string schoolNumber, string newSchoolNumber ) : void
schools List
schoolNumber string
newSchoolNumber string
return void

TransferPupil() public static method

public static TransferPupil ( List pupils, List schools, int pupilId, string newSchoolNumber ) : void
pupils List
schools List
pupilId int
newSchoolNumber string
return void

UniteSchools() public static method

public static UniteSchools ( List schools, List schoolNumbers ) : void
schools List
schoolNumbers List
return void