C# Class JelloScrum.Web.Helpers.BurnDownHelper

BurnDown functionalteiten
ファイルを表示 Open project: auxilium/JelloScrum

Public Methods

Method Description
AantalWerkdagenSprint ( JelloScrum.Model.Entities.Sprint sprint ) : int

Voorheen TotaalSprintTijd

AantalWerkdagenTotNu ( JelloScrum.Model.Entities.Sprint sprint ) : int

voorheen AantaldagenTotNu

TotaalGeschatteTijd ( JelloScrum.Model.Entities.Sprint sprint ) : System.TimeSpan

Berekent de totaal geschatten tijd

Werk ( JelloScrum.Model.Entities.Sprint sprint ) : double>.IDictionary

Hier worde de datapoint voor de burndown berekent

laatsteWaarde ( System.DateTime date, double>.IDictionary toeter ) : double

// zondag willen we zaterdag van maken // checken of deze bestaat, anders steeds 1 dag eraf // anders return value

Private Methods

Method Description
CalculateWerkdagen ( JelloScrum.Model.Entities.Sprint sprint, System.DateTime date ) : int

Method Details

AantalWerkdagenSprint() public static method

Voorheen TotaalSprintTijd
public static AantalWerkdagenSprint ( JelloScrum.Model.Entities.Sprint sprint ) : int
sprint JelloScrum.Model.Entities.Sprint
return int

AantalWerkdagenTotNu() public static method

voorheen AantaldagenTotNu
public static AantalWerkdagenTotNu ( JelloScrum.Model.Entities.Sprint sprint ) : int
sprint JelloScrum.Model.Entities.Sprint
return int

TotaalGeschatteTijd() public static method

Berekent de totaal geschatten tijd
public static TotaalGeschatteTijd ( JelloScrum.Model.Entities.Sprint sprint ) : System.TimeSpan
sprint JelloScrum.Model.Entities.Sprint
return System.TimeSpan

Werk() public static method

Hier worde de datapoint voor de burndown berekent
public static Werk ( JelloScrum.Model.Entities.Sprint sprint ) : double>.IDictionary
sprint JelloScrum.Model.Entities.Sprint
return double>.IDictionary

laatsteWaarde() public static method

// zondag willen we zaterdag van maken // checken of deze bestaat, anders steeds 1 dag eraf // anders return value
public static laatsteWaarde ( System.DateTime date, double>.IDictionary toeter ) : double
date System.DateTime
toeter double>.IDictionary
return double