C# Class IsThereAnyNews.DataAccess.Implementation.RssActionRepository

Inheritance: IRssActionRepository
Afficher le fichier Open project: jstadnicki/isthereanynews

Méthodes publiques

Méthode Description
AddCommentRequestByUserForArticle ( long userId, StreamType modelStreamType, long id ) : void
AddFullArticleRequestByUserForArticle ( long userId, StreamType modelStreamType, long id ) : void
AddNotReadRequestByUserForArticle ( long userId, StreamType modelStreamType, long id ) : void
AddReadLaterRequestByUserForArticle ( long userId, StreamType modelStreamType, long id ) : void
AddShareRequestByUserForArticle ( long userId, StreamType modelStreamType, long id ) : void
AddVoteDownRequestByUserForArticle ( long userId, StreamType modelStreamType, long id ) : void
AddVoteUpRequestByUserForArticle ( long userId, StreamType modelStreamType, long id ) : void
RssActionRepository ( ItanDatabaseContext database ) : IsThereAnyNews.EntityFramework

Private Methods

Méthode Description
SaveFeatureRequestToDatabase ( FeatureRequest featureRequest ) : void

Method Details

AddCommentRequestByUserForArticle() public méthode

public AddCommentRequestByUserForArticle ( long userId, StreamType modelStreamType, long id ) : void
userId long
modelStreamType StreamType
id long
Résultat void

AddFullArticleRequestByUserForArticle() public méthode

public AddFullArticleRequestByUserForArticle ( long userId, StreamType modelStreamType, long id ) : void
userId long
modelStreamType StreamType
id long
Résultat void

AddNotReadRequestByUserForArticle() public méthode

public AddNotReadRequestByUserForArticle ( long userId, StreamType modelStreamType, long id ) : void
userId long
modelStreamType StreamType
id long
Résultat void

AddReadLaterRequestByUserForArticle() public méthode

public AddReadLaterRequestByUserForArticle ( long userId, StreamType modelStreamType, long id ) : void
userId long
modelStreamType StreamType
id long
Résultat void

AddShareRequestByUserForArticle() public méthode

public AddShareRequestByUserForArticle ( long userId, StreamType modelStreamType, long id ) : void
userId long
modelStreamType StreamType
id long
Résultat void

AddVoteDownRequestByUserForArticle() public méthode

public AddVoteDownRequestByUserForArticle ( long userId, StreamType modelStreamType, long id ) : void
userId long
modelStreamType StreamType
id long
Résultat void

AddVoteUpRequestByUserForArticle() public méthode

public AddVoteUpRequestByUserForArticle ( long userId, StreamType modelStreamType, long id ) : void
userId long
modelStreamType StreamType
id long
Résultat void

RssActionRepository() public méthode

public RssActionRepository ( ItanDatabaseContext database ) : IsThereAnyNews.EntityFramework
database IsThereAnyNews.EntityFramework.ItanDatabaseContext
Résultat IsThereAnyNews.EntityFramework