C# Class Expl.Itinerary.BoolNonIntersectionSchedule

Inheritance: ICompositeSchedule
Show file Open project: spoulson/Itinerary

Public Methods

Method Description
BoolNonIntersectionSchedule ( ) : System

Default constructor.

BoolNonIntersectionSchedule ( IEnumerable List ) : System

Constructor for schedule list. Will only enumerate the first two elements from the list.

BoolNonIntersectionSchedule ( ISchedule ScheduleA, ISchedule ScheduleB ) : System

Constructor.

GetHashCode ( ) : int
GetRange ( System.DateTime RangeStart, System.DateTime RangeEnd ) : IEnumerable
ToString ( ) : string

Method Details

BoolNonIntersectionSchedule() public method

Default constructor.
public BoolNonIntersectionSchedule ( ) : System
return System

BoolNonIntersectionSchedule() public method

Constructor for schedule list. Will only enumerate the first two elements from the list.
public BoolNonIntersectionSchedule ( IEnumerable List ) : System
List IEnumerable Enumerable list of ISchedule objects.
return System

BoolNonIntersectionSchedule() public method

Constructor.
public BoolNonIntersectionSchedule ( ISchedule ScheduleA, ISchedule ScheduleB ) : System
ScheduleA ISchedule Schedule A.
ScheduleB ISchedule Schedule B.
return System

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

ToString() public method

public ToString ( ) : string
return string