NotificationItemViewModelBase - конструктор |
Пространство имён:
Tessa.UI.Controls.Forums
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис protected NotificationItemViewModelBase(
NotificationModel model,
NotificationButtonSupport notificationButtonSupport,
Guid userdID,
Guid cardID,
Guid topicID,
DateTime? messageCreated
)
Protected Sub New (
model As NotificationModel,
notificationButtonSupport As NotificationButtonSupport,
userdID As Guid,
cardID As Guid,
topicID As Guid,
messageCreated As DateTime?
)
protected:
NotificationItemViewModelBase(
NotificationModel^ model,
NotificationButtonSupport^ notificationButtonSupport,
Guid userdID,
Guid cardID,
Guid topicID,
Nullable<DateTime> messageCreated
)
new :
model : NotificationModel *
notificationButtonSupport : NotificationButtonSupport *
userdID : Guid *
cardID : Guid *
topicID : Guid *
messageCreated : Nullable<DateTime> -> NotificationItemViewModelBase
Параметры
- model
- Тип: Tessa.Forums.ForumNotification.ModelsNotificationModel
- notificationButtonSupport
- Тип: Tessa.UI.Controls.ForumsNotificationButtonSupport
- userdID
- Тип: SystemGuid
- cardID
- Тип: SystemGuid
- topicID
- Тип: SystemGuid
- messageCreated
- Тип: SystemNullableDateTime
См. также