메소드 | 설명 | |
---|---|---|
FeedFetch ( int feedId ) : Feed | ||
FeedFetchInfoList ( System.DateTime createdDateFrom, System.DateTime createdDateTo, int maximumRecords ) : |
||
FeedFetchInfoList ( FeedDataCriteria criteria ) : |
||
FeedFetchInfoList ( int maximumRecords ) : |
||
FeedInsert ( Feed feed ) : Feed | ||
FeedNew ( ) : Feed | ||
FeedNew ( string action, SourceType sourceType, int sourceId ) : Feed | ||
FeedSave ( Feed feed ) : Feed | ||
FeedUpdate ( Feed feed ) : Feed |
메소드 | 설명 | |
---|---|---|
FeedAdd ( string action, Hour hour ) : void | ||
FeedAdd ( string action, Note note ) : void | ||
FeedAdd ( string action, Project project ) : void | ||
FeedAdd ( string action, |
||
FeedAdd ( string action, Sprint sprint ) : void | ||
FeedAdd ( string action, Status status ) : void | ||
FeedAdd ( string action, |
public static FeedFetchInfoList ( System.DateTime createdDateFrom, System.DateTime createdDateTo, int maximumRecords ) : |
||
createdDateFrom | System.DateTime | |
createdDateTo | System.DateTime | |
maximumRecords | int | |
리턴 |
public static FeedFetchInfoList ( FeedDataCriteria criteria ) : |
||
criteria | FeedDataCriteria | |
리턴 |
public static FeedFetchInfoList ( int maximumRecords ) : |
||
maximumRecords | int | |
리턴 |
public static FeedNew ( string action, SourceType sourceType, int sourceId ) : Feed | ||
action | string | |
sourceType | SourceType | |
sourceId | int | |
리턴 | Feed |