Method | Description | |
---|---|---|
DistrubuteEvent ( |
||
EventRepository ( DatabaseSessionProvider sessionProvider ) : System.Linq | ||
GetCountOfUnreadEvents ( int userId ) : int | ||
GetEventsByUser ( int userId, bool newOnly ) : NotificationService.Event[] | ||
GetSomeEvents ( int userId, int projectsToSkip, int takeCount ) : NotificationService.Event[] | ||
MarkEventsAsRead ( int eventIds ) : void | ||
WasThisEventRead ( int eventId, int userId ) : bool |
public DistrubuteEvent ( |
||
@event | ||
distributionPolicy | ||
return | void |
public EventRepository ( DatabaseSessionProvider sessionProvider ) : System.Linq | ||
sessionProvider | DatabaseSessionProvider | |
return | System.Linq |
public GetCountOfUnreadEvents ( int userId ) : int | ||
userId | int | |
return | int |
public GetEventsByUser ( int userId, bool newOnly ) : NotificationService.Event[] | ||
userId | int | |
newOnly | bool | |
return | NotificationService.Event[] |
public GetSomeEvents ( int userId, int projectsToSkip, int takeCount ) : NotificationService.Event[] | ||
userId | int | |
projectsToSkip | int | |
takeCount | int | |
return | NotificationService.Event[] |
public MarkEventsAsRead ( int eventIds ) : void | ||
eventIds | int | |
return | void |
public WasThisEventRead ( int eventId, int userId ) : bool | ||
eventId | int | |
userId | int | |
return | bool |