C# Class QLNet.Exercise

显示文件 Open project: ammachado/QLNet Class Usage Examples

Protected Properties

Property Type Description
dates_ List
type_ System.Type

Public Methods

Method Description
Exercise ( Type type ) : System
date ( int index ) : Date
dates ( ) : List
lastDate ( ) : Date
type ( ) : Type

Method Details

Exercise() public method

public Exercise ( Type type ) : System
type System.Type
return System

date() public method

public date ( int index ) : Date
index int
return Date

dates() public method

public dates ( ) : List
return List

lastDate() public method

public lastDate ( ) : Date
return Date

type() public method

public type ( ) : Type
return System.Type

Property Details

dates_ protected_oe property

protected List dates_
return List

type_ protected_oe property

protected Type,System type_
return System.Type