C# 클래스 TheAirline.Models.General.RandomEvents

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

공개 메소드들

메소드 설명
AddEvent ( RandomEvent rEvent ) : void
Clear ( ) : void
GetEvent ( string name ) : RandomEvent
GetEvents ( ) : List
GetEvents ( RandomEvent type ) : List
GetEvents ( RandomEvent type, int number, Airline airline ) : List

메소드 상세

AddEvent() 공개 정적인 메소드

public static AddEvent ( RandomEvent rEvent ) : void
rEvent RandomEvent
리턴 void

Clear() 공개 정적인 메소드

public static Clear ( ) : void
리턴 void

GetEvent() 공개 정적인 메소드

public static GetEvent ( string name ) : RandomEvent
name string
리턴 RandomEvent

GetEvents() 공개 정적인 메소드

public static GetEvents ( ) : List
리턴 List

GetEvents() 공개 정적인 메소드

public static GetEvents ( RandomEvent type ) : List
type RandomEvent
리턴 List

GetEvents() 공개 정적인 메소드

public static GetEvents ( RandomEvent type, int number, Airline airline ) : List
type RandomEvent
number int
airline TheAirline.Models.Airlines.Airline
리턴 List