C# Class Expl.Itinerary.RepeatSchedule

Inheritance: IFilterSchedule
Show file Open project: spoulson/Itinerary

Public Methods

Method Description
GetHashCode ( ) : int
GetRange ( System.DateTime RangeStart, System.DateTime RangeEnd ) : IEnumerable
RepeatSchedule ( ) : System

Default constructor.

RepeatSchedule ( int RepeatCount, ISchedule Schedule ) : System

Constructor.

ToString ( ) : string

Method Details

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetRange() public method

public GetRange ( System.DateTime RangeStart, System.DateTime RangeEnd ) : IEnumerable
RangeStart System.DateTime
RangeEnd System.DateTime
return IEnumerable

RepeatSchedule() public method

Default constructor.
public RepeatSchedule ( ) : System
return System

RepeatSchedule() public method

Constructor.
public RepeatSchedule ( int RepeatCount, ISchedule Schedule ) : System
RepeatCount int Repeat count.
Schedule ISchedule Schedule to repeat.
return System

ToString() public method

public ToString ( ) : string
return string