FmNotificationHelperProcessingNotifications - метод |
Преобразует уведомления из строки в список NotificationModel
Пространство имён:
Tessa.Forums.ForumNotification
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public static ListStorage<NotificationModel> ProcessingNotifications(
NotificationItem notification,
IList<UserStatusModel> readTopicIDList,
DateTime lastPostTime
)
Public Shared Function ProcessingNotifications (
notification As NotificationItem,
readTopicIDList As IList(Of UserStatusModel),
lastPostTime As DateTime
) As ListStorage(Of NotificationModel)
public:
static ListStorage<NotificationModel^>^ ProcessingNotifications(
NotificationItem^ notification,
IList<UserStatusModel^>^ readTopicIDList,
DateTime lastPostTime
)
static member ProcessingNotifications :
notification : NotificationItem *
readTopicIDList : IList<UserStatusModel> *
lastPostTime : DateTime -> ListStorage<NotificationModel>
Параметры
- notification
- Тип: Tessa.Forums.ForumNotificationNotificationItem
- readTopicIDList
- Тип: System.Collections.GenericIListUserStatusModel
- lastPostTime
- Тип: SystemDateTime
Возвращаемое значение
Тип:
ListStorageNotificationModelупорядоченный список NotificationModel новее lastPostTime
См. также