C# Class ActivEarth.DAO.StatisticInfoDAO

Afficher le fichier Open project: mlcamilli/ActivEarth

Méthodes publiques

Méthode Description
GetStatisticFormatString ( Statistic stat ) : string

Retrieves the format string for a particular statistic.

GetStatisticName ( Statistic stat ) : string

Retrieves the name for a particular statistic.

Method Details

GetStatisticFormatString() public static méthode

Retrieves the format string for a particular statistic.
public static GetStatisticFormatString ( Statistic stat ) : string
stat Statistic Statistic to query.
Résultat string

GetStatisticName() public static méthode

Retrieves the name for a particular statistic.
public static GetStatisticName ( Statistic stat ) : string
stat Statistic Statistic to query.
Résultat string