C# Class TDL_Explorer.ExampleSchedule

Example name and schedule pair.
Inheritance: IExampleItem
Mostra file Open project: spoulson/Itinerary

Public Methods

Method Description
ExampleSchedule ( string name, ISchedule schedule ) : System.Collections.Generic
ExampleSchedule ( string name, string tdl ) : System.Collections.Generic

Method Details

ExampleSchedule() public method

public ExampleSchedule ( string name, ISchedule schedule ) : System.Collections.Generic
name string
schedule ISchedule
return System.Collections.Generic

ExampleSchedule() public method

public ExampleSchedule ( string name, string tdl ) : System.Collections.Generic
name string
tdl string
return System.Collections.Generic