C# 클래스 Kreyos.Classes.Components.SportsCellData

파일 보기 프로젝트 열기: kreyosopensource/KreyosWP

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

메소드 상세

CursorAt() 공개 정적인 메소드

public static CursorAt ( int p_index ) : string
p_index int
리턴 string

MetricFrom() 공개 정적인 메소드

public static MetricFrom ( ECell p_cell ) : string
p_cell ECell
리턴 string

SportsCellData() 공개 메소드

public SportsCellData ( ECell p_type ) : System
p_type ECell
리턴 System

SportsCellData() 공개 메소드

public SportsCellData ( ECell p_type, float p_value ) : System
p_type ECell
p_value float
리턴 System

SportsCellData() 공개 메소드

public SportsCellData ( string p_title, string p_unit, string p_value ) : System
p_title string
p_unit string
p_value string
리턴 System

TitleFrom() 공개 정적인 메소드

public static TitleFrom ( ECell p_cell ) : string
p_cell ECell
리턴 string

프로퍼티 상세

CURSOR_0 공개적으로 정적으로 프로퍼티

public static string CURSOR_0
리턴 string

CURSOR_1 공개적으로 정적으로 프로퍼티

public static string CURSOR_1
리턴 string

CURSOR_2 공개적으로 정적으로 프로퍼티

public static string CURSOR_2
리턴 string

CURSOR_3 공개적으로 정적으로 프로퍼티

public static string CURSOR_3
리턴 string

CURSOR_INVALID 공개적으로 정적으로 프로퍼티

public static string CURSOR_INVALID
리턴 string

METRIC_ALTITUDE 공개적으로 정적으로 프로퍼티

public static string METRIC_ALTITUDE
리턴 string

METRIC_AVG_HEART_RATE 공개적으로 정적으로 프로퍼티

public static string METRIC_AVG_HEART_RATE
리턴 string

METRIC_CALORIES 공개적으로 정적으로 프로퍼티

public static string METRIC_CALORIES
리턴 string

METRIC_DISTANCE 공개적으로 정적으로 프로퍼티

public static string METRIC_DISTANCE
리턴 string

METRIC_HEART_RATE 공개적으로 정적으로 프로퍼티

public static string METRIC_HEART_RATE
리턴 string

METRIC_MAX_HEART_RATE 공개적으로 정적으로 프로퍼티

public static string METRIC_MAX_HEART_RATE
리턴 string

METRIC_SPEED 공개적으로 정적으로 프로퍼티

public static string METRIC_SPEED
리턴 string

METRIC_STEPS 공개적으로 정적으로 프로퍼티

public static string METRIC_STEPS
리턴 string

TITLE_ALTITUDE 공개적으로 정적으로 프로퍼티

public static string TITLE_ALTITUDE
리턴 string

TITLE_AVG_HEART_RATE 공개적으로 정적으로 프로퍼티

public static string TITLE_AVG_HEART_RATE
리턴 string

TITLE_CALORIES 공개적으로 정적으로 프로퍼티

public static string TITLE_CALORIES
리턴 string

TITLE_DISTANCE 공개적으로 정적으로 프로퍼티

public static string TITLE_DISTANCE
리턴 string

TITLE_HEART_RATE 공개적으로 정적으로 프로퍼티

public static string TITLE_HEART_RATE
리턴 string

TITLE_MAX_HEART_RATE 공개적으로 정적으로 프로퍼티

public static string TITLE_MAX_HEART_RATE
리턴 string

TITLE_SPEED 공개적으로 정적으로 프로퍼티

public static string TITLE_SPEED
리턴 string

TITLE_STEPS 공개적으로 정적으로 프로퍼티

public static string TITLE_STEPS
리턴 string