C# Class MONI.Data.WorkDay

Inheritance: INotifyPropertyChanged, IDataErrorInfo
Afficher le fichier Open project: dotob/moni Class Usage Examples

Méthodes publiques

Méthode Description
AddWorkItem ( WorkItem workItem ) : void
Clear ( ) : void
Reparse ( ) : void
SetData ( string originalString ) : void
ToString ( ) : string
WorkDay ( int year, int month, int day, GermanSpecialDays specialDays ) : System
this ( string columnName ) : string

Private Methods

Méthode Description
ImportantStuffChanged ( ) : void
ParseData ( string value ) : void
WorkDay ( ) : System
calculateDayType ( System.DateTime dt, DayOfWeek dayOfWeek, GermanSpecialDays specialDays, GermanSpecialDay &foundSpecialDay ) : DayType

Method Details

AddWorkItem() public méthode

public AddWorkItem ( WorkItem workItem ) : void
workItem WorkItem
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Reparse() public méthode

public Reparse ( ) : void
Résultat void

SetData() public méthode

public SetData ( string originalString ) : void
originalString string
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

WorkDay() public méthode

public WorkDay ( int year, int month, int day, GermanSpecialDays specialDays ) : System
year int
month int
day int
specialDays GermanSpecialDays
Résultat System

this() public méthode

public this ( string columnName ) : string
columnName string
Résultat string