C# 클래스 SelectJumpTypes, chronojump

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

공개 프로퍼티들

프로퍼티 타입 설명
Description string
HasWeight bool
StartIn bool

공개 메소드들

메소드 설명
SelectJumpTypes ( ) : System
SelectJumpTypes ( int id, string nameEnglish, bool startIn, bool hasWeight, string description ) : System
SelectJumpTypes ( string nameEnglish ) : System

메소드 상세

SelectJumpTypes() 공개 메소드

public SelectJumpTypes ( ) : System
리턴 System

SelectJumpTypes() 공개 메소드

public SelectJumpTypes ( int id, string nameEnglish, bool startIn, bool hasWeight, string description ) : System
id int
nameEnglish string
startIn bool
hasWeight bool
description string
리턴 System

SelectJumpTypes() 공개 메소드

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

프로퍼티 상세

Description 공개적으로 프로퍼티

public string Description
리턴 string

HasWeight 공개적으로 프로퍼티

public bool HasWeight
리턴 bool

StartIn 공개적으로 프로퍼티

public bool StartIn
리턴 bool