C# 클래스 Epiworx.Business.StoryRepository

파일 보기 프로젝트 열기: mattruma/epiworx-csla 1 사용 예제들

공개 메소드들

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

메소드 상세

StoryDelete() 공개 정적인 메소드

public static StoryDelete ( Story story ) : bool
story Story
리턴 bool

StoryDelete() 공개 정적인 메소드

public static StoryDelete ( int storyId ) : bool
storyId int
리턴 bool

StoryFetch() 공개 정적인 메소드

public static StoryFetch ( int storyId ) : Story
storyId int
리턴 Story

StoryFetchInfoList() 공개 정적인 메소드

public static StoryFetchInfoList ( ) : StoryInfoList
리턴 StoryInfoList

StoryFetchInfoList() 공개 정적인 메소드

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

StoryFetchInfoList() 공개 정적인 메소드

public static StoryFetchInfoList ( ISprint sprint ) : StoryInfoList
sprint ISprint
리턴 StoryInfoList

StoryFetchInfoList() 공개 정적인 메소드

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

StoryFetchInfoList() 공개 정적인 메소드

public static StoryFetchInfoList ( StoryDataCriteria criteria ) : StoryInfoList
criteria StoryDataCriteria
리턴 StoryInfoList

StoryInsert() 공개 정적인 메소드

public static StoryInsert ( Story story ) : Story
story Story
리턴 Story

StoryNew() 공개 정적인 메소드

public static StoryNew ( ) : Story
리턴 Story

StorySave() 공개 정적인 메소드

public static StorySave ( Story story ) : Story
story Story
리턴 Story

StoryUpdate() 공개 정적인 메소드

public static StoryUpdate ( Story story ) : Story
story Story
리턴 Story

StoryUpdateDuration() 공개 정적인 메소드

public static StoryUpdateDuration ( int storyId ) : void
storyId int
리턴 void