C# 클래스 Expl.Itinerary.BoolNonIntersectionSchedule

상속: ICompositeSchedule
파일 보기 프로젝트 열기: spoulson/Itinerary

공개 메소드들

메소드 설명
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

메소드 상세

BoolNonIntersectionSchedule() 공개 메소드

Default constructor.
public BoolNonIntersectionSchedule ( ) : System
리턴 System

BoolNonIntersectionSchedule() 공개 메소드

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.
리턴 System

BoolNonIntersectionSchedule() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetRange() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string