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