C# Class Epiworx.Business.StoryRepository

Afficher le fichier Open project: mattruma/epiworx-csla Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static StoryDelete ( Story story ) : bool
story Story
Résultat bool

StoryDelete() public static méthode

public static StoryDelete ( int storyId ) : bool
storyId int
Résultat bool

StoryFetch() public static méthode

public static StoryFetch ( int storyId ) : Story
storyId int
Résultat Story

StoryFetchInfoList() public static méthode

public static StoryFetchInfoList ( ) : StoryInfoList
Résultat StoryInfoList

StoryFetchInfoList() public static méthode

public static StoryFetchInfoList ( IProject project, bool isArchived ) : StoryInfoList
project IProject
isArchived bool
Résultat StoryInfoList

StoryFetchInfoList() public static méthode

public static StoryFetchInfoList ( ISprint sprint ) : StoryInfoList
sprint ISprint
Résultat StoryInfoList

StoryFetchInfoList() public static méthode

public static StoryFetchInfoList ( IUser assignedTo, bool isArchived ) : StoryInfoList
assignedTo IUser
isArchived bool
Résultat StoryInfoList

StoryFetchInfoList() public static méthode

public static StoryFetchInfoList ( StoryDataCriteria criteria ) : StoryInfoList
criteria StoryDataCriteria
Résultat StoryInfoList

StoryInsert() public static méthode

public static StoryInsert ( Story story ) : Story
story Story
Résultat Story

StoryNew() public static méthode

public static StoryNew ( ) : Story
Résultat Story

StorySave() public static méthode

public static StorySave ( Story story ) : Story
story Story
Résultat Story

StoryUpdate() public static méthode

public static StoryUpdate ( Story story ) : Story
story Story
Résultat Story

StoryUpdateDuration() public static méthode

public static StoryUpdateDuration ( int storyId ) : void
storyId int
Résultat void