ForumViewModelIsEnableEditMessageButton - метод |
Пространство имён:
Tessa.UI.Controls.Forums
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксисpublic bool IsEnableEditMessageButton(
IDictionary<string, Object> info,
MessageModel messageModel,
ParticipantModel participantModel
)
Public Function IsEnableEditMessageButton (
info As IDictionary(Of String, Object),
messageModel As MessageModel,
participantModel As ParticipantModel
) As Boolean
public:
bool IsEnableEditMessageButton(
IDictionary<String^, Object^>^ info,
MessageModel^ messageModel,
ParticipantModel^ participantModel
)
member IsEnableEditMessageButton :
info : IDictionary<string, Object> *
messageModel : MessageModel *
participantModel : ParticipantModel -> bool
Параметры
- info
- Тип: System.Collections.GenericIDictionaryString, Object
- messageModel
- Тип: Tessa.Forums.ModelsMessageModel
- participantModel
- Тип: Tessa.Forums.ModelsParticipantModel
Возвращаемое значение
Тип:
Boolean
См. также