C# Class Epiworx.Business.StoryRepository

Show file Open project: mattruma/epiworx-csla Class Usage Examples

Public Methods

Method Description
StoryDelete ( Story story ) : bool
StoryDelete ( int storyId ) : bool
StoryFetch ( int storyId ) : Story
StoryFetchInfoList ( ) : StoryInfoList
StoryFetchInfoList ( IProject project, bool isArchived ) : StoryInfoList
StoryFetchInfoList ( ISprint sprint ) : StoryInfoList
StoryFetchInfoList ( IUser assignedTo, bool isArchived ) : StoryInfoList
StoryFetchInfoList ( StoryDataCriteria criteria ) : StoryInfoList
StoryInsert ( Story story ) : Story
StoryNew ( ) : Story
StorySave ( Story story ) : Story
StoryUpdate ( Story story ) : Story
StoryUpdateDuration ( int storyId ) : void

Method Details

StoryDelete() public static method

public static StoryDelete ( Story story ) : bool
story Story
return bool

StoryDelete() public static method

public static StoryDelete ( int storyId ) : bool
storyId int
return bool

StoryFetch() public static method

public static StoryFetch ( int storyId ) : Story
storyId int
return Story

StoryFetchInfoList() public static method

public static StoryFetchInfoList ( ) : StoryInfoList
return StoryInfoList

StoryFetchInfoList() public static method

public static StoryFetchInfoList ( IProject project, bool isArchived ) : StoryInfoList
project IProject
isArchived bool
return StoryInfoList

StoryFetchInfoList() public static method

public static StoryFetchInfoList ( ISprint sprint ) : StoryInfoList
sprint ISprint
return StoryInfoList

StoryFetchInfoList() public static method

public static StoryFetchInfoList ( IUser assignedTo, bool isArchived ) : StoryInfoList
assignedTo IUser
isArchived bool
return StoryInfoList

StoryFetchInfoList() public static method

public static StoryFetchInfoList ( StoryDataCriteria criteria ) : StoryInfoList
criteria StoryDataCriteria
return StoryInfoList

StoryInsert() public static method

public static StoryInsert ( Story story ) : Story
story Story
return Story

StoryNew() public static method

public static StoryNew ( ) : Story
return Story

StorySave() public static method

public static StorySave ( Story story ) : Story
story Story
return Story

StoryUpdate() public static method

public static StoryUpdate ( Story story ) : Story
story Story
return Story

StoryUpdateDuration() public static method

public static StoryUpdateDuration ( int storyId ) : void
storyId int
return void