C# 클래스 Itenso.TimePeriod.TimePeriodChain

상속: ITimePeriodChain
파일 보기 프로젝트 열기: jwg4/date-difference 1 사용 예제들

공개 메소드들

메소드 설명
Add ( ITimePeriod item ) : void
AddAll ( IEnumerable timePeriods ) : void
Clear ( ) : void
Contains ( ITimePeriod period ) : bool
ContainsPeriod ( ITimePeriod test ) : bool
CopyTo ( ITimePeriod array, int arrayIndex ) : void
Equals ( object obj ) : bool
GetDescription ( ITimeFormatter formatter = null ) : string
GetEnumerator ( ) : IEnumerator
GetHashCode ( ) : int
GetRelation ( ITimePeriod test ) : PeriodRelation
HasInside ( System.DateTime test ) : bool
HasInside ( ITimePeriod test ) : bool
IndexOf ( ITimePeriod period ) : int
Insert ( int index, ITimePeriod period ) : void
IntersectsWith ( ITimePeriod test ) : bool
IsSamePeriod ( ITimePeriod test ) : bool
Move ( System.TimeSpan delta ) : void
OverlapsWith ( ITimePeriod test ) : bool
Remove ( ITimePeriod period ) : bool
RemoveAt ( int index ) : void
Setup ( System.DateTime newStart, System.DateTime newEnd ) : void
TimePeriodChain ( ) : System
TimePeriodChain ( IEnumerable timePeriods ) : System
ToString ( ) : string
this ( int index ) : ITimePeriod

보호된 메소드들

메소드 설명
CheckReadOnlyItem ( ITimePeriod timePeriod ) : void
CheckSpaceAfter ( System.DateTime moment, System.TimeSpan duration ) : void
CheckSpaceBefore ( System.DateTime moment, System.TimeSpan duration ) : void
ComputeHashCode ( ) : int
Format ( ITimeFormatter formatter ) : string
IsEqual ( object obj ) : bool

비공개 메소드들

메소드 설명
HasSameData ( IList comp ) : bool
IEnumerable ( ) : IEnumerator

메소드 상세

Add() 공개 메소드

public Add ( ITimePeriod item ) : void
item ITimePeriod
리턴 void

AddAll() 공개 메소드

public AddAll ( IEnumerable timePeriods ) : void
timePeriods IEnumerable
리턴 void

CheckReadOnlyItem() 보호된 메소드

protected CheckReadOnlyItem ( ITimePeriod timePeriod ) : void
timePeriod ITimePeriod
리턴 void

CheckSpaceAfter() 보호된 메소드

protected CheckSpaceAfter ( System.DateTime moment, System.TimeSpan duration ) : void
moment System.DateTime
duration System.TimeSpan
리턴 void

CheckSpaceBefore() 보호된 메소드

protected CheckSpaceBefore ( System.DateTime moment, System.TimeSpan duration ) : void
moment System.DateTime
duration System.TimeSpan
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

ComputeHashCode() 보호된 메소드

protected ComputeHashCode ( ) : int
리턴 int

Contains() 공개 메소드

public Contains ( ITimePeriod period ) : bool
period ITimePeriod
리턴 bool

ContainsPeriod() 공개 메소드

public ContainsPeriod ( ITimePeriod test ) : bool
test ITimePeriod
리턴 bool

CopyTo() 공개 메소드

public CopyTo ( ITimePeriod array, int arrayIndex ) : void
array ITimePeriod
arrayIndex int
리턴 void

Equals() 공개 최종 메소드

public final Equals ( object obj ) : bool
obj object
리턴 bool

Format() 보호된 메소드

protected Format ( ITimeFormatter formatter ) : string
formatter ITimeFormatter
리턴 string

GetDescription() 공개 메소드

public GetDescription ( ITimeFormatter formatter = null ) : string
formatter ITimeFormatter
리턴 string

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

GetHashCode() 공개 최종 메소드

public final GetHashCode ( ) : int
리턴 int

GetRelation() 공개 메소드

public GetRelation ( ITimePeriod test ) : PeriodRelation
test ITimePeriod
리턴 PeriodRelation

HasInside() 공개 메소드

public HasInside ( System.DateTime test ) : bool
test System.DateTime
리턴 bool

HasInside() 공개 메소드

public HasInside ( ITimePeriod test ) : bool
test ITimePeriod
리턴 bool

IndexOf() 공개 메소드

public IndexOf ( ITimePeriod period ) : int
period ITimePeriod
리턴 int

Insert() 공개 메소드

public Insert ( int index, ITimePeriod period ) : void
index int
period ITimePeriod
리턴 void

IntersectsWith() 공개 메소드

public IntersectsWith ( ITimePeriod test ) : bool
test ITimePeriod
리턴 bool

IsEqual() 보호된 메소드

protected IsEqual ( object obj ) : bool
obj object
리턴 bool

IsSamePeriod() 공개 메소드

public IsSamePeriod ( ITimePeriod test ) : bool
test ITimePeriod
리턴 bool

Move() 공개 메소드

public Move ( System.TimeSpan delta ) : void
delta System.TimeSpan
리턴 void

OverlapsWith() 공개 메소드

public OverlapsWith ( ITimePeriod test ) : bool
test ITimePeriod
리턴 bool

Remove() 공개 메소드

public Remove ( ITimePeriod period ) : bool
period ITimePeriod
리턴 bool

RemoveAt() 공개 메소드

public RemoveAt ( int index ) : void
index int
리턴 void

Setup() 공개 메소드

public Setup ( System.DateTime newStart, System.DateTime newEnd ) : void
newStart System.DateTime
newEnd System.DateTime
리턴 void

TimePeriodChain() 공개 메소드

public TimePeriodChain ( ) : System
리턴 System

TimePeriodChain() 공개 메소드

public TimePeriodChain ( IEnumerable timePeriods ) : System
timePeriods IEnumerable
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

this() 공개 메소드

public this ( int index ) : ITimePeriod
index int
리턴 ITimePeriod