C# Class NSoft.NFramework.TimePeriods.TimeLines.TimeLineMomentCollection

Inheritance: ITimeLineMomentCollection
Afficher le fichier Open project: debop/NFramework Class Usage Examples

Méthodes publiques

Méthode Description
Add ( ITimePeriod period ) : void
AddAll ( IEnumerable periods ) : void
Contains ( System.DateTime moment ) : bool

moment와 같은 값을 가진 TimeLineMoment가 존재하는지 파악합니다.

Find ( System.DateTime moment ) : ITimeLineMoment

moment와 같은 값을 가진 TimeLineMoment를 찾습니다.

GetEnumerator ( ) : IEnumerator
Remove ( ITimePeriod period ) : void
this ( int index ) : ITimeLineMoment

Méthodes protégées

Méthode Description
AddPeriod ( System.DateTime moment, ITimePeriod period ) : void

moment를 나타내는 TimeLineMoment를 키로 하고, Value로 period 를 추가합니다.

RemovePeriod ( System.DateTime moment, ITimePeriod period ) : void

moment를 나타내는 TimeLineMoment를 키로 하고, Value로 period 를 삭제합니다.

Private Methods

Méthode Description
IEnumerable ( ) : IEnumerator

Method Details

Add() public méthode

public Add ( ITimePeriod period ) : void
period ITimePeriod
Résultat void

AddAll() public méthode

public AddAll ( IEnumerable periods ) : void
periods IEnumerable
Résultat void

AddPeriod() protected méthode

moment를 나타내는 TimeLineMoment를 키로 하고, Value로 period 를 추가합니다.
protected AddPeriod ( System.DateTime moment, ITimePeriod period ) : void
moment System.DateTime
period ITimePeriod
Résultat void

Contains() public méthode

moment와 같은 값을 가진 TimeLineMoment가 존재하는지 파악합니다.
public Contains ( System.DateTime moment ) : bool
moment System.DateTime 찾고자하는 moment
Résultat bool

Find() public méthode

moment와 같은 값을 가진 TimeLineMoment를 찾습니다.
public Find ( System.DateTime moment ) : ITimeLineMoment
moment System.DateTime 찾고자하는 moment
Résultat ITimeLineMoment

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

Remove() public méthode

public Remove ( ITimePeriod period ) : void
period ITimePeriod
Résultat void

RemovePeriod() protected méthode

moment를 나타내는 TimeLineMoment를 키로 하고, Value로 period 를 삭제합니다.
protected RemovePeriod ( System.DateTime moment, ITimePeriod period ) : void
moment System.DateTime
period ITimePeriod
Résultat void

this() public méthode

public this ( int index ) : ITimeLineMoment
index int
Résultat ITimeLineMoment