C# Class QLNet.Exercise

Afficher le fichier Open project: ammachado/QLNet Class Usage Examples

Protected Properties

Свойство Type Description
dates_ List
type_ System.Type

Méthodes publiques

Méthode Description
Exercise ( Type type ) : System
date ( int index ) : Date
dates ( ) : List
lastDate ( ) : Date
type ( ) : Type

Method Details

Exercise() public méthode

public Exercise ( Type type ) : System
type System.Type
Résultat System

date() public méthode

public date ( int index ) : Date
index int
Résultat Date

dates() public méthode

public dates ( ) : List
Résultat List

lastDate() public méthode

public lastDate ( ) : Date
Résultat Date

type() public méthode

public type ( ) : Type
Résultat System.Type

Property Details

dates_ protected_oe property

protected List dates_
Résultat List

type_ protected_oe property

protected Type,System type_
Résultat System.Type