C# Class ScrumThing.Web.Database.ScrumThingRepository

Inheritance: BaseRepository
Datei anzeigen Open project: NationalResearchCorporation/ScrumThing

Public Methods

Method Description
GetContext ( ) : ScrumThingRepository
ScrumThingRepository ( string connectionString ) : System

Private Methods

Method Description
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

Method Details

GetContext() public static method

public static GetContext ( ) : ScrumThingRepository
return ScrumThingRepository

ScrumThingRepository() public method

public ScrumThingRepository ( string connectionString ) : System
connectionString string
return System