MessageServiceViewModel - конструктор
Пространство имён: Tessa.UI.Controls.ForumsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
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 ForumViewModel
-
- model MessageModel
-
- userStat UserStatusModel
-
- currentParticipant ParticipantModel
-