C# Class CoreSprint.Helpers.SprintRunningHelper

Inheritance: ISprintRunningHelper
Afficher le fichier Open project: fortesinformatica/CoreSprint

Méthodes publiques

Méthode Description
GetAvailabilityFromNow ( Google.GData.Spreadsheets.WorksheetEntry worksheet, IEnumerable professionals = null ) : double>.IDictionary
GetFirstColumn ( Google.GData.Spreadsheets.WorksheetEntry worksheet ) : List
GetHeaderColumnPosition ( Google.GData.Spreadsheets.WorksheetEntry worksheet, uint>.Dictionary sectionLines, string columnName ) : uint
GetHeaderColumnPosition ( Google.GData.Spreadsheets.WorksheetEntry worksheet, string sectionTitle, string columnName ) : uint
GetReportFromSection ( Google.GData.Spreadsheets.WorksheetEntry worksheet, string sectionName, string professional = null ) : string>.IDictionary
GetSectionLinesPosition ( IEnumerable firstColumn, string sectionTitle ) : uint>.Dictionary
GetSectionLinesPosition ( Google.GData.Spreadsheets.WorksheetEntry worksheet, string sectionTitle ) : uint>.Dictionary
GetSprintPeriod ( Google.GData.Spreadsheets.WorksheetEntry worksheet ) : DateTime>.Dictionary
SprintRunningHelper ( ISpreadsheetFacade spreadsheetFacade ) : System

Private Methods

Méthode Description
CalculateSectionPositions ( IEnumerable firstColumn, uint>.IDictionary positions, bool>.Func checkIfEnterInSection, bool>.Func checkIfOutFromSection ) : void

Method Details

GetAvailabilityFromNow() public méthode

public GetAvailabilityFromNow ( Google.GData.Spreadsheets.WorksheetEntry worksheet, IEnumerable professionals = null ) : double>.IDictionary
worksheet Google.GData.Spreadsheets.WorksheetEntry
professionals IEnumerable
Résultat double>.IDictionary

GetFirstColumn() public méthode

public GetFirstColumn ( Google.GData.Spreadsheets.WorksheetEntry worksheet ) : List
worksheet Google.GData.Spreadsheets.WorksheetEntry
Résultat List

GetHeaderColumnPosition() public méthode

public GetHeaderColumnPosition ( Google.GData.Spreadsheets.WorksheetEntry worksheet, uint>.Dictionary sectionLines, string columnName ) : uint
worksheet Google.GData.Spreadsheets.WorksheetEntry
sectionLines uint>.Dictionary
columnName string
Résultat uint

GetHeaderColumnPosition() public méthode

public GetHeaderColumnPosition ( Google.GData.Spreadsheets.WorksheetEntry worksheet, string sectionTitle, string columnName ) : uint
worksheet Google.GData.Spreadsheets.WorksheetEntry
sectionTitle string
columnName string
Résultat uint

GetReportFromSection() public méthode

public GetReportFromSection ( Google.GData.Spreadsheets.WorksheetEntry worksheet, string sectionName, string professional = null ) : string>.IDictionary
worksheet Google.GData.Spreadsheets.WorksheetEntry
sectionName string
professional string
Résultat string>.IDictionary

GetSectionLinesPosition() public méthode

public GetSectionLinesPosition ( IEnumerable firstColumn, string sectionTitle ) : uint>.Dictionary
firstColumn IEnumerable
sectionTitle string
Résultat uint>.Dictionary

GetSectionLinesPosition() public méthode

public GetSectionLinesPosition ( Google.GData.Spreadsheets.WorksheetEntry worksheet, string sectionTitle ) : uint>.Dictionary
worksheet Google.GData.Spreadsheets.WorksheetEntry
sectionTitle string
Résultat uint>.Dictionary

GetSprintPeriod() public méthode

public GetSprintPeriod ( Google.GData.Spreadsheets.WorksheetEntry worksheet ) : DateTime>.Dictionary
worksheet Google.GData.Spreadsheets.WorksheetEntry
Résultat DateTime>.Dictionary

SprintRunningHelper() public méthode

public SprintRunningHelper ( ISpreadsheetFacade spreadsheetFacade ) : System
spreadsheetFacade ISpreadsheetFacade
Résultat System