C# 클래스 QLNet.Exercise

파일 보기 프로젝트 열기: ammachado/QLNet 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
dates_ List
type_ System.Type

공개 메소드들

메소드 설명
Exercise ( Type type ) : System
date ( int index ) : Date
dates ( ) : List
lastDate ( ) : Date
type ( ) : Type

메소드 상세

Exercise() 공개 메소드

public Exercise ( Type type ) : System
type System.Type
리턴 System

date() 공개 메소드

public date ( int index ) : Date
index int
리턴 Date

dates() 공개 메소드

public dates ( ) : List
리턴 List

lastDate() 공개 메소드

public lastDate ( ) : Date
리턴 Date

type() 공개 메소드

public type ( ) : Type
리턴 System.Type

프로퍼티 상세

dates_ 보호되어 있는 프로퍼티

protected List dates_
리턴 List

type_ 보호되어 있는 프로퍼티

protected Type,System type_
리턴 System.Type