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

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

공개 메소드들

메소드 설명
AddType ( AirlinerType type ) : void
Clear ( ) : void
GetAllTypes ( ) : List
GetNonStandardTypes ( ) : List
GetType ( string name ) : AirlinerType
GetTypes ( Predicate match ) : List
RemoveType ( AirlinerType type ) : void

메소드 상세

AddType() 공개 정적인 메소드

public static AddType ( AirlinerType type ) : void
type AirlinerType
리턴 void

Clear() 공개 정적인 메소드

public static Clear ( ) : void
리턴 void

GetAllTypes() 공개 정적인 메소드

public static GetAllTypes ( ) : List
리턴 List

GetNonStandardTypes() 공개 정적인 메소드

public static GetNonStandardTypes ( ) : List
리턴 List

GetType() 공개 정적인 메소드

public static GetType ( string name ) : AirlinerType
name string
리턴 AirlinerType

GetTypes() 공개 정적인 메소드

public static GetTypes ( Predicate match ) : List
match Predicate
리턴 List

RemoveType() 공개 정적인 메소드

public static RemoveType ( AirlinerType type ) : void
type AirlinerType
리턴 void