C# 클래스 TheAirline.Models.Airliners.EngineTypes

파일 보기 프로젝트 열기: TheAirlineProject/tap-desktop

공개 메소드들

메소드 설명
AddEngineType ( EngineType type ) : void
Clear ( ) : void
GetEngineTypes ( ) : List
GetEngineTypes ( AirlinerType type ) : List
GetEngineTypes ( AirlinerType type, int year ) : List
GetStandardEngineType ( AirlinerType type ) : EngineType
GetStandardEngineType ( AirlinerType type, int year ) : EngineType

메소드 상세

AddEngineType() 공개 정적인 메소드

public static AddEngineType ( EngineType type ) : void
type EngineType
리턴 void

Clear() 공개 정적인 메소드

public static Clear ( ) : void
리턴 void

GetEngineTypes() 공개 정적인 메소드

public static GetEngineTypes ( ) : List
리턴 List

GetEngineTypes() 공개 정적인 메소드

public static GetEngineTypes ( AirlinerType type ) : List
type AirlinerType
리턴 List

GetEngineTypes() 공개 정적인 메소드

public static GetEngineTypes ( AirlinerType type, int year ) : List
type AirlinerType
year int
리턴 List

GetStandardEngineType() 공개 정적인 메소드

public static GetStandardEngineType ( AirlinerType type ) : EngineType
type AirlinerType
리턴 EngineType

GetStandardEngineType() 공개 정적인 메소드

public static GetStandardEngineType ( AirlinerType type, int year ) : EngineType
type AirlinerType
year int
리턴 EngineType