C# Класс JelloScrum.Web.Helpers.BurnDownHelper

BurnDown functionalteiten
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
CalculateWerkdagen ( JelloScrum.Model.Entities.Sprint sprint, System.DateTime date ) : int

Описание методов

AantalWerkdagenSprint() публичный статический Метод

Voorheen TotaalSprintTijd
public static AantalWerkdagenSprint ( JelloScrum.Model.Entities.Sprint sprint ) : int
sprint JelloScrum.Model.Entities.Sprint
Результат int

AantalWerkdagenTotNu() публичный статический Метод

voorheen AantaldagenTotNu
public static AantalWerkdagenTotNu ( JelloScrum.Model.Entities.Sprint sprint ) : int
sprint JelloScrum.Model.Entities.Sprint
Результат int

TotaalGeschatteTijd() публичный статический Метод

Berekent de totaal geschatten tijd
public static TotaalGeschatteTijd ( JelloScrum.Model.Entities.Sprint sprint ) : System.TimeSpan
sprint JelloScrum.Model.Entities.Sprint
Результат System.TimeSpan

Werk() публичный статический Метод

Hier worde de datapoint voor de burndown berekent
public static Werk ( JelloScrum.Model.Entities.Sprint sprint ) : double>.IDictionary
sprint JelloScrum.Model.Entities.Sprint
Результат double>.IDictionary

laatsteWaarde() публичный статический Метод

// 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
Результат double