C# Class MONI.Data.WorkMonth

Inheritance: INotifyPropertyChanged
Show file Open project: dotob/moni Class Usage Examples

Public Methods

Method Description
CalcPreviewHours ( ) : void
CalcShortCutStatistic ( ) : void
ReloadShortcutStatistic ( IEnumerable shortCuts ) : void
ToString ( ) : string
WorkMonth ( int year, int month, GermanSpecialDays specialDays, WorkDayParserSettings parserSettings, float hoursPerDay ) : System

Private Methods

Method Description
WeekPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Method Details

CalcPreviewHours() public method

public CalcPreviewHours ( ) : void
return void

CalcShortCutStatistic() public method

public CalcShortCutStatistic ( ) : void
return void

ReloadShortcutStatistic() public method

public ReloadShortcutStatistic ( IEnumerable shortCuts ) : void
shortCuts IEnumerable
return void

ToString() public method

public ToString ( ) : string
return string

WorkMonth() public method

public WorkMonth ( int year, int month, GermanSpecialDays specialDays, WorkDayParserSettings parserSettings, float hoursPerDay ) : System
year int
month int
specialDays GermanSpecialDays
parserSettings WorkDayParserSettings
hoursPerDay float
return System