C# Class Itenso.TimePeriod.TimeLineMomentCollection

Inheritance: ITimeLineMomentCollection
Afficher le fichier Open project: jwg4/date-difference Class Usage Examples

Méthodes publiques

Méthode Description
Add ( ITimePeriod period ) : void
AddAll ( IEnumerable periods ) : void
Clear ( ) : void
Contains ( System.DateTime moment ) : bool
Find ( System.DateTime moment ) : ITimeLineMoment
GetEnumerator ( ) : IEnumerator
Remove ( ITimePeriod period ) : void
this ( int index ) : ITimeLineMoment

Private Methods

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

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

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( System.DateTime moment ) : bool
moment System.DateTime
Résultat bool

Find() public méthode

public Find ( System.DateTime moment ) : ITimeLineMoment
moment System.DateTime
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

this() public méthode

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