C# Class NSoft.NFramework.TimePeriods.Calendars.Seekers.DaySeekerContext

Inheritance: ValueObjectBase, ICalendarVisitorContext
Afficher le fichier Open project: debop/NFramework

Méthodes publiques

Méthode Description
DaySeekerContext ( DayRange startDay, int dayCount ) : System
GetHashCode ( ) : int
ProcessDay ( DayRange day ) : void

Method Details

DaySeekerContext() public méthode

public DaySeekerContext ( DayRange startDay, int dayCount ) : System
startDay NSoft.NFramework.TimePeriods.TimeRanges.DayRange
dayCount int
Résultat System

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ProcessDay() public méthode

public ProcessDay ( DayRange day ) : void
day NSoft.NFramework.TimePeriods.TimeRanges.DayRange
Résultat void