C# Class TDL_Explorer.ExampleSchedule

Example name and schedule pair.
Inheritance: IExampleItem
Afficher le fichier Open project: spoulson/Itinerary

Méthodes publiques

Méthode Description
ExampleSchedule ( string name, ISchedule schedule ) : System.Collections.Generic
ExampleSchedule ( string name, string tdl ) : System.Collections.Generic

Method Details

ExampleSchedule() public méthode

public ExampleSchedule ( string name, ISchedule schedule ) : System.Collections.Generic
name string
schedule ISchedule
Résultat System.Collections.Generic

ExampleSchedule() public méthode

public ExampleSchedule ( string name, string tdl ) : System.Collections.Generic
name string
tdl string
Résultat System.Collections.Generic