C# 클래스 TheAirline.Models.General.Statistics.StatisticsTypes

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

공개 메소드들

메소드 설명
AddStatisticsType ( StatisticsType type ) : void
Clear ( ) : void
GetStatisticsType ( string name ) : StatisticsType
GetStatisticsTypes ( ) : List

메소드 상세

AddStatisticsType() 공개 정적인 메소드

public static AddStatisticsType ( StatisticsType type ) : void
type StatisticsType
리턴 void

Clear() 공개 정적인 메소드

public static Clear ( ) : void
리턴 void

GetStatisticsType() 공개 정적인 메소드

public static GetStatisticsType ( string name ) : StatisticsType
name string
리턴 StatisticsType

GetStatisticsTypes() 공개 정적인 메소드

public static GetStatisticsTypes ( ) : List
리턴 List