C# Class Epiworx.Business.FeedRepository

Exibir arquivo Open project: mattruma/epiworx-csla Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

FeedFetch() public static method

public static FeedFetch ( int feedId ) : Feed
feedId int
return Feed

FeedFetchInfoList() public static method

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

FeedFetchInfoList() public static method

public static FeedFetchInfoList ( FeedDataCriteria criteria ) : FeedInfoList
criteria FeedDataCriteria
return FeedInfoList

FeedFetchInfoList() public static method

public static FeedFetchInfoList ( int maximumRecords ) : FeedInfoList
maximumRecords int
return FeedInfoList

FeedInsert() public static method

public static FeedInsert ( Feed feed ) : Feed
feed Feed
return Feed

FeedNew() public static method

public static FeedNew ( ) : Feed
return Feed

FeedNew() public static method

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

FeedSave() public static method

public static FeedSave ( Feed feed ) : Feed
feed Feed
return Feed

FeedUpdate() public static method

public static FeedUpdate ( Feed feed ) : Feed
feed Feed
return Feed