C# 클래스 ActivEarth.DAO.StatisticInfoDAO

파일 보기 프로젝트 열기: mlcamilli/ActivEarth

공개 메소드들

메소드 설명
GetStatisticFormatString ( Statistic stat ) : string

Retrieves the format string for a particular statistic.

GetStatisticName ( Statistic stat ) : string

Retrieves the name for a particular statistic.

메소드 상세

GetStatisticFormatString() 공개 정적인 메소드

Retrieves the format string for a particular statistic.
public static GetStatisticFormatString ( Statistic stat ) : string
stat Statistic Statistic to query.
리턴 string

GetStatisticName() 공개 정적인 메소드

Retrieves the name for a particular statistic.
public static GetStatisticName ( Statistic stat ) : string
stat Statistic Statistic to query.
리턴 string