C# 클래스 JelloScrum.Web.Helpers.BurnDownHelper

BurnDown functionalteiten
파일 보기 프로젝트 열기: auxilium/JelloScrum

공개 메소드들

메소드 설명
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