C# 클래스 SelectRunTypes, chronojump

상속: SelectTypes
파일 보기 프로젝트 열기: GNOME/chronojump 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Description string
Distance double

공개 메소드들

메소드 설명
SelectRunTypes ( ) : System
SelectRunTypes ( int id, string nameEnglish, double distance, string description ) : System
SelectRunTypes ( string nameEnglish ) : System

메소드 상세

SelectRunTypes() 공개 메소드

public SelectRunTypes ( ) : System
리턴 System

SelectRunTypes() 공개 메소드

public SelectRunTypes ( int id, string nameEnglish, double distance, string description ) : System
id int
nameEnglish string
distance double
description string
리턴 System

SelectRunTypes() 공개 메소드

public SelectRunTypes ( string nameEnglish ) : System
nameEnglish string
리턴 System

프로퍼티 상세

Description 공개적으로 프로퍼티

public string Description
리턴 string

Distance 공개적으로 프로퍼티

public double Distance
리턴 double