C# Class Kreyos.Classes.Components.SportsCellData

Afficher le fichier Open project: kreyosopensource/KreyosWP

Méthodes publiques

Свойство Type Description
CURSOR_0 string
CURSOR_1 string
CURSOR_2 string
CURSOR_3 string
CURSOR_INVALID string
METRIC_ALTITUDE string
METRIC_AVG_HEART_RATE string
METRIC_CALORIES string
METRIC_DISTANCE string
METRIC_HEART_RATE string
METRIC_MAX_HEART_RATE string
METRIC_SPEED string
METRIC_STEPS string
TITLE_ALTITUDE string
TITLE_AVG_HEART_RATE string
TITLE_CALORIES string
TITLE_DISTANCE string
TITLE_HEART_RATE string
TITLE_MAX_HEART_RATE string
TITLE_SPEED string
TITLE_STEPS string

Méthodes publiques

Méthode Description
CursorAt ( int p_index ) : string
MetricFrom ( ECell p_cell ) : string
SportsCellData ( ECell p_type ) : System
SportsCellData ( ECell p_type, float p_value ) : System
SportsCellData ( string p_title, string p_unit, string p_value ) : System
TitleFrom ( ECell p_cell ) : string

Method Details

CursorAt() public static méthode

public static CursorAt ( int p_index ) : string
p_index int
Résultat string

MetricFrom() public static méthode

public static MetricFrom ( ECell p_cell ) : string
p_cell ECell
Résultat string

SportsCellData() public méthode

public SportsCellData ( ECell p_type ) : System
p_type ECell
Résultat System

SportsCellData() public méthode

public SportsCellData ( ECell p_type, float p_value ) : System
p_type ECell
p_value float
Résultat System

SportsCellData() public méthode

public SportsCellData ( string p_title, string p_unit, string p_value ) : System
p_title string
p_unit string
p_value string
Résultat System

TitleFrom() public static méthode

public static TitleFrom ( ECell p_cell ) : string
p_cell ECell
Résultat string

Property Details

CURSOR_0 public_oe static_oe property

public static string CURSOR_0
Résultat string

CURSOR_1 public_oe static_oe property

public static string CURSOR_1
Résultat string

CURSOR_2 public_oe static_oe property

public static string CURSOR_2
Résultat string

CURSOR_3 public_oe static_oe property

public static string CURSOR_3
Résultat string

CURSOR_INVALID public_oe static_oe property

public static string CURSOR_INVALID
Résultat string

METRIC_ALTITUDE public_oe static_oe property

public static string METRIC_ALTITUDE
Résultat string

METRIC_AVG_HEART_RATE public_oe static_oe property

public static string METRIC_AVG_HEART_RATE
Résultat string

METRIC_CALORIES public_oe static_oe property

public static string METRIC_CALORIES
Résultat string

METRIC_DISTANCE public_oe static_oe property

public static string METRIC_DISTANCE
Résultat string

METRIC_HEART_RATE public_oe static_oe property

public static string METRIC_HEART_RATE
Résultat string

METRIC_MAX_HEART_RATE public_oe static_oe property

public static string METRIC_MAX_HEART_RATE
Résultat string

METRIC_SPEED public_oe static_oe property

public static string METRIC_SPEED
Résultat string

METRIC_STEPS public_oe static_oe property

public static string METRIC_STEPS
Résultat string

TITLE_ALTITUDE public_oe static_oe property

public static string TITLE_ALTITUDE
Résultat string

TITLE_AVG_HEART_RATE public_oe static_oe property

public static string TITLE_AVG_HEART_RATE
Résultat string

TITLE_CALORIES public_oe static_oe property

public static string TITLE_CALORIES
Résultat string

TITLE_DISTANCE public_oe static_oe property

public static string TITLE_DISTANCE
Résultat string

TITLE_HEART_RATE public_oe static_oe property

public static string TITLE_HEART_RATE
Résultat string

TITLE_MAX_HEART_RATE public_oe static_oe property

public static string TITLE_MAX_HEART_RATE
Résultat string

TITLE_SPEED public_oe static_oe property

public static string TITLE_SPEED
Résultat string

TITLE_STEPS public_oe static_oe property

public static string TITLE_STEPS
Résultat string