C# Класс UserPresentaton.UserPresentationProvider

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

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

Метод Описание
GetUserEventSettings ( int userId, string eventType ) : NotificationSettingValue
UpdateNotificationSetting ( NotificationSetting notificationSetting ) : void
UserPresentationProvider ( INotificationSettingsRepository notificationSettingsRepository ) : System

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

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

public GetUserEventSettings ( int userId, string eventType ) : NotificationSettingValue
userId int
eventType string
Результат NotificationSettingValue

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

public UpdateNotificationSetting ( NotificationSetting notificationSetting ) : void
notificationSetting NotificationSetting
Результат void

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

public UserPresentationProvider ( INotificationSettingsRepository notificationSettingsRepository ) : System
notificationSettingsRepository INotificationSettingsRepository
Результат System