C# Class BinaryStudio.TaskManager.Logic.Core.NewsProcessor

Inheritance: INewsProcessor
Afficher le fichier Open project: dv00d00/BinaryStudio.TaskManager Class Usage Examples

Méthodes publiques

Méthode Description
AddNews ( HumanTaskHistory taskHistory, User user ) : void
AddNews ( News news ) : void
CreateNewsForUsersInProject ( HumanTaskHistory taskHistory, int projectId ) : void
NewsProcessor ( INotifier notifier, INewsRepository newsRepository, IProjectProcessor projectProcessor ) : System.Collections.Generic

Method Details

AddNews() public méthode

public AddNews ( HumanTaskHistory taskHistory, User user ) : void
taskHistory BinaryStudio.TaskManager.Logic.Domain.HumanTaskHistory
user BinaryStudio.TaskManager.Logic.Domain.User
Résultat void

AddNews() public méthode

public AddNews ( News news ) : void
news BinaryStudio.TaskManager.Logic.Domain.News
Résultat void

CreateNewsForUsersInProject() public méthode

public CreateNewsForUsersInProject ( HumanTaskHistory taskHistory, int projectId ) : void
taskHistory BinaryStudio.TaskManager.Logic.Domain.HumanTaskHistory
projectId int
Résultat void

NewsProcessor() public méthode

public NewsProcessor ( INotifier notifier, INewsRepository newsRepository, IProjectProcessor projectProcessor ) : System.Collections.Generic
notifier INotifier
newsRepository INewsRepository
projectProcessor IProjectProcessor
Résultat System.Collections.Generic