C# Класс ScrumThing.Web.Database.ScrumThingRepository

Наследование: BaseRepository
Показать файл Открыть проект

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

Метод Описание
GetContext ( ) : ScrumThingRepository
ScrumThingRepository ( string connectionString ) : System

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

Метод Описание
AddNote ( int taskId, string username, string note ) : Output_AddNote
AddResource ( int sprintId, string userName, double devPercentage, double qsPercentage, double days, double totalDevHours, double totalQsHours, double totalHours ) : void
AddSprint ( int teamId, string name ) : int
AddStory ( int sprintId, int ordinal, bool isReachGoal ) : Output_AddStory
AddStoryTag ( string storyTagDescription ) : Output_AddStoryTag
AddTask ( int storyId, string loggedBy ) : Output_AddTask
CarryOverStory ( int storyId, int sprintId ) : List
ClearResources ( int sprintId ) : void
GetBurndown ( int sprintId, System.DateTime relativeDate ) : List
GetEstimatesVsActuals ( int sprintId ) : List
GetPersonalActionLog ( string userIdentity, System.DateTime fromTime, System.DateTime toTime, string timeScale ) : List
GetResources ( int sprintId ) : List
GetSprintDays ( int sprintId ) : List
GetSprintInfo ( int sprintId ) : Output_GetSprintInfo
GetSprints ( int teamId ) : List
GetStoryTags ( int teamId ) : List
GetTaskTags ( ) : List
GetTeams ( ) : List
MoveStory ( int storyId, int newOrdinal, bool IsReachGoal ) : List
MoveTask ( int taskId, int newStoryId, int newOrdinal ) : List
RemoveStory ( int storyId ) : List
RemoveStoryTag ( int storyTagId ) : bool
RemoveTask ( int taskId ) : List
SetAssignments ( int taskId, string assignments ) : void
SetSprintDays ( int sprintId, string days ) : void
SetStoryTags ( int storyId, string storyTagIds ) : List
UpdateSprint ( int sprintId, string name ) : int
UpdateStory ( int storyId, string title, string storyText, string notes, int storyPoints, bool isReachGoal ) : void
UpdateTask ( string loggedBy, int taskId, string taskText, string state, double estimatedDevHours, double estimatedQsHours, double devHoursBurned, double qsHoursBurned, double remainingDevHours, double remainingQsHours, string taskTags ) : void
UpdateTeamStoryTagSetting ( int teamId, int storyTagId, bool enabled ) : void

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

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

public static GetContext ( ) : ScrumThingRepository
Результат ScrumThingRepository

ScrumThingRepository() публичный Метод

public ScrumThingRepository ( string connectionString ) : System
connectionString string
Результат System