C# Класс Christoc.Modules.DnnChat.View

The View class displays the content Typically your view control would be used to display content or functionality in your module. View may be the only control you have in your project depending on the complexity of your module Because the control inherits from DnnChatModuleBase you have access to any custom properties defined there, as well as properties from DNN such as PortalId, ModuleId, TabId, UserId and many more.
Наследование: DnnChatModuleBase, IActionable
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
DefaultAvatarUrl string
DefaultRoomId string
EncryptedRoles string
StartMessage string

Защищенные методы

Метод Описание
OnInit ( EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Описание методов

OnInit() защищенный метод

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Результат void

Page_Load() защищенный метод

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

Описание свойств

DefaultAvatarUrl публичное свойство

public string DefaultAvatarUrl
Результат string

DefaultRoomId публичное свойство

public string DefaultRoomId
Результат string

EncryptedRoles публичное свойство

public string EncryptedRoles
Результат string

StartMessage публичное свойство

public string StartMessage
Результат string