C# 클래스 TheAirline.Models.Airlines.AirlineCooperation.CooperationTypes

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

공개 메소드들

메소드 설명
AddCooperationType ( CooperationType type ) : void
Clear ( ) : void
GetCooperationType ( string uid ) : CooperationType
GetCooperationTypes ( ) : List

메소드 상세

AddCooperationType() 공개 정적인 메소드

public static AddCooperationType ( CooperationType type ) : void
type CooperationType
리턴 void

Clear() 공개 정적인 메소드

public static Clear ( ) : void
리턴 void

GetCooperationType() 공개 정적인 메소드

public static GetCooperationType ( string uid ) : CooperationType
uid string
리턴 CooperationType

GetCooperationTypes() 공개 정적인 메소드

public static GetCooperationTypes ( ) : List
리턴 List