C# Class TheAirline.Models.Pilots.Instructors

Mostra file Open project: TheAirlineProject/tap-desktop

Public Methods

Method Description
AddInstructor ( Instructor instructor ) : void
Clear ( ) : void
GetInstructors ( ) : List
GetNumberOfUnassignedInstructors ( ) : int
GetUnassignedInstructors ( ) : List
RemoveInstructor ( Instructor instructor ) : void

Method Details

AddInstructor() public static method

public static AddInstructor ( Instructor instructor ) : void
instructor Instructor
return void

Clear() public static method

public static Clear ( ) : void
return void

GetInstructors() public static method

public static GetInstructors ( ) : List
return List

GetNumberOfUnassignedInstructors() public static method

public static GetNumberOfUnassignedInstructors ( ) : int
return int

GetUnassignedInstructors() public static method

public static GetUnassignedInstructors ( ) : List
return List

RemoveInstructor() public static method

public static RemoveInstructor ( Instructor instructor ) : void
instructor Instructor
return void