C# 클래스 TheAirline.Models.General.Countries.Unions

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

공개 메소드들

메소드 설명
AddUnion ( Union union ) : void
Clear ( ) : void
GetUnion ( string uid ) : Union
GetUnions ( ) : List
GetUnions ( Country country, System.DateTime date ) : List

메소드 상세

AddUnion() 공개 정적인 메소드

public static AddUnion ( Union union ) : void
union Union
리턴 void

Clear() 공개 정적인 메소드

public static Clear ( ) : void
리턴 void

GetUnion() 공개 정적인 메소드

public static GetUnion ( string uid ) : Union
uid string
리턴 Union

GetUnions() 공개 정적인 메소드

public static GetUnions ( ) : List
리턴 List

GetUnions() 공개 정적인 메소드

public static GetUnions ( Country country, System.DateTime date ) : List
country Country
date System.DateTime
리턴 List