Method | Description | |
---|---|---|
ExportProjectBacklog ( Project project ) : string |
Maakt excel file met alle stories van de projectbacklog en geeft filename terug
|
|
ExportSprintBacklog ( Sprint sprint ) : string |
Maakt excel file met alle stories van de sprintbacklog en geeft filename terug
|
|
ExportSprintCardwall ( Sprint sprint ) : string |
Maakt excel file met alle stories en taken van de sprint cardwall en geeft filename terug
|
|
TimeSpanInMinuten ( System.TimeSpan timeSpan ) : double |
Geeft de timespan geformatteerd als double HH,MM.
|
Method | Description | |
---|---|---|
RestoreCultureInfo ( ) : void |
Restore CulturInfo
|
|
SetCultureInfo ( ) : void |
for the excel export to work, the currentculture MUST be en-US
|
public ExportProjectBacklog ( Project project ) : string | ||
project | Project | Project |
return | string |
public ExportSprintBacklog ( Sprint sprint ) : string | ||
sprint | Sprint | Sprint |
return | string |
public ExportSprintCardwall ( Sprint sprint ) : string | ||
sprint | Sprint | Sprint |
return | string |
public static TimeSpanInMinuten ( System.TimeSpan timeSpan ) : double | ||
timeSpan | System.TimeSpan | De timespan. |
return | double |