C# 클래스 Epiworx.Business.FeedRepository

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

공개 메소드들

메소드 설명
FeedFetch ( int feedId ) : Feed
FeedFetchInfoList ( System.DateTime createdDateFrom, System.DateTime createdDateTo, int maximumRecords ) : FeedInfoList
FeedFetchInfoList ( FeedDataCriteria criteria ) : FeedInfoList
FeedFetchInfoList ( int maximumRecords ) : FeedInfoList
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, ProjectUser projectUser ) : void
FeedAdd ( string action, Sprint sprint ) : void
FeedAdd ( string action, Status status ) : void
FeedAdd ( string action, Story story ) : void

메소드 상세

FeedFetch() 공개 정적인 메소드

public static FeedFetch ( int feedId ) : Feed
feedId int
리턴 Feed

FeedFetchInfoList() 공개 정적인 메소드

public static FeedFetchInfoList ( System.DateTime createdDateFrom, System.DateTime createdDateTo, int maximumRecords ) : FeedInfoList
createdDateFrom System.DateTime
createdDateTo System.DateTime
maximumRecords int
리턴 FeedInfoList

FeedFetchInfoList() 공개 정적인 메소드

public static FeedFetchInfoList ( FeedDataCriteria criteria ) : FeedInfoList
criteria FeedDataCriteria
리턴 FeedInfoList

FeedFetchInfoList() 공개 정적인 메소드

public static FeedFetchInfoList ( int maximumRecords ) : FeedInfoList
maximumRecords int
리턴 FeedInfoList

FeedInsert() 공개 정적인 메소드

public static FeedInsert ( Feed feed ) : Feed
feed Feed
리턴 Feed

FeedNew() 공개 정적인 메소드

public static FeedNew ( ) : Feed
리턴 Feed

FeedNew() 공개 정적인 메소드

public static FeedNew ( string action, SourceType sourceType, int sourceId ) : Feed
action string
sourceType SourceType
sourceId int
리턴 Feed

FeedSave() 공개 정적인 메소드

public static FeedSave ( Feed feed ) : Feed
feed Feed
리턴 Feed

FeedUpdate() 공개 정적인 메소드

public static FeedUpdate ( Feed feed ) : Feed
feed Feed
리턴 Feed