C# Класс IsThereAnyNews.DataAccess.Implementation.RssActionRepository

Наследование: IRssActionRepository
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
SaveFeatureRequestToDatabase ( FeatureRequest featureRequest ) : void

Описание методов

AddCommentRequestByUserForArticle() публичный Метод

public AddCommentRequestByUserForArticle ( long userId, StreamType modelStreamType, long id ) : void
userId long
modelStreamType StreamType
id long
Результат void

AddFullArticleRequestByUserForArticle() публичный Метод

public AddFullArticleRequestByUserForArticle ( long userId, StreamType modelStreamType, long id ) : void
userId long
modelStreamType StreamType
id long
Результат void

AddNotReadRequestByUserForArticle() публичный Метод

public AddNotReadRequestByUserForArticle ( long userId, StreamType modelStreamType, long id ) : void
userId long
modelStreamType StreamType
id long
Результат void

AddReadLaterRequestByUserForArticle() публичный Метод

public AddReadLaterRequestByUserForArticle ( long userId, StreamType modelStreamType, long id ) : void
userId long
modelStreamType StreamType
id long
Результат void

AddShareRequestByUserForArticle() публичный Метод

public AddShareRequestByUserForArticle ( long userId, StreamType modelStreamType, long id ) : void
userId long
modelStreamType StreamType
id long
Результат void

AddVoteDownRequestByUserForArticle() публичный Метод

public AddVoteDownRequestByUserForArticle ( long userId, StreamType modelStreamType, long id ) : void
userId long
modelStreamType StreamType
id long
Результат void

AddVoteUpRequestByUserForArticle() публичный Метод

public AddVoteUpRequestByUserForArticle ( long userId, StreamType modelStreamType, long id ) : void
userId long
modelStreamType StreamType
id long
Результат void

RssActionRepository() публичный Метод

public RssActionRepository ( ItanDatabaseContext database ) : IsThereAnyNews.EntityFramework
database IsThereAnyNews.EntityFramework.ItanDatabaseContext
Результат IsThereAnyNews.EntityFramework