MessageServiceViewModel - конструктор |
Пространство имён:
Tessa.UI.Controls.Forums
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public MessageServiceViewModel(
ForumViewModel forumViewModel,
MessageModel model,
UserStatusModel userStat,
ParticipantModel currentParticipant
)
Public Sub New (
forumViewModel As ForumViewModel,
model As MessageModel,
userStat As UserStatusModel,
currentParticipant As ParticipantModel
)
public:
MessageServiceViewModel(
ForumViewModel^ forumViewModel,
MessageModel^ model,
UserStatusModel^ userStat,
ParticipantModel^ currentParticipant
)
new :
forumViewModel : ForumViewModel *
model : MessageModel *
userStat : UserStatusModel *
currentParticipant : ParticipantModel -> MessageServiceViewModel
Параметры
- forumViewModel
- Тип: Tessa.UI.Controls.ForumsForumViewModel
- model
- Тип: Tessa.Forums.ModelsMessageModel
- userStat
- Тип: Tessa.Forums.ForumNotification.ModelsUserStatusModel
- currentParticipant
- Тип: Tessa.Forums.ModelsParticipantModel
См. также