C# 클래스 CoreSprint.Helpers.SprintRunningHelper

상속: ISprintRunningHelper
파일 보기 프로젝트 열기: fortesinformatica/CoreSprint

공개 메소드들

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

비공개 메소드들

메소드 설명
CalculateSectionPositions ( IEnumerable firstColumn, uint>.IDictionary positions, bool>.Func checkIfEnterInSection, bool>.Func checkIfOutFromSection ) : void

메소드 상세

GetAvailabilityFromNow() 공개 메소드

public GetAvailabilityFromNow ( Google.GData.Spreadsheets.WorksheetEntry worksheet, IEnumerable professionals = null ) : double>.IDictionary
worksheet Google.GData.Spreadsheets.WorksheetEntry
professionals IEnumerable
리턴 double>.IDictionary

GetFirstColumn() 공개 메소드

public GetFirstColumn ( Google.GData.Spreadsheets.WorksheetEntry worksheet ) : List
worksheet Google.GData.Spreadsheets.WorksheetEntry
리턴 List

GetHeaderColumnPosition() 공개 메소드

public GetHeaderColumnPosition ( Google.GData.Spreadsheets.WorksheetEntry worksheet, uint>.Dictionary sectionLines, string columnName ) : uint
worksheet Google.GData.Spreadsheets.WorksheetEntry
sectionLines uint>.Dictionary
columnName string
리턴 uint

GetHeaderColumnPosition() 공개 메소드

public GetHeaderColumnPosition ( Google.GData.Spreadsheets.WorksheetEntry worksheet, string sectionTitle, string columnName ) : uint
worksheet Google.GData.Spreadsheets.WorksheetEntry
sectionTitle string
columnName string
리턴 uint

GetReportFromSection() 공개 메소드

public GetReportFromSection ( Google.GData.Spreadsheets.WorksheetEntry worksheet, string sectionName, string professional = null ) : string>.IDictionary
worksheet Google.GData.Spreadsheets.WorksheetEntry
sectionName string
professional string
리턴 string>.IDictionary

GetSectionLinesPosition() 공개 메소드

public GetSectionLinesPosition ( IEnumerable firstColumn, string sectionTitle ) : uint>.Dictionary
firstColumn IEnumerable
sectionTitle string
리턴 uint>.Dictionary

GetSectionLinesPosition() 공개 메소드

public GetSectionLinesPosition ( Google.GData.Spreadsheets.WorksheetEntry worksheet, string sectionTitle ) : uint>.Dictionary
worksheet Google.GData.Spreadsheets.WorksheetEntry
sectionTitle string
리턴 uint>.Dictionary

GetSprintPeriod() 공개 메소드

public GetSprintPeriod ( Google.GData.Spreadsheets.WorksheetEntry worksheet ) : DateTime>.Dictionary
worksheet Google.GData.Spreadsheets.WorksheetEntry
리턴 DateTime>.Dictionary

SprintRunningHelper() 공개 메소드

public SprintRunningHelper ( ISpreadsheetFacade spreadsheetFacade ) : System
spreadsheetFacade ISpreadsheetFacade
리턴 System