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

The EditDnnChat class is used to manage content Typically your edit control would be used to create new content, or edit existing content within your module. The ControlKey for this control is "Edit", and is defined in the manifest (.dnn) file. 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
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
chkEnabled global::System.Web.UI.WebControls.CheckBox
chkPrivateRoom global::System.Web.UI.WebControls.CheckBox
chkShowRoom global::System.Web.UI.WebControls.CheckBox
ddlRooms global::System.Web.UI.WebControls.DropDownList
divRoomSettings global::System.Web.UI.HtmlControls.HtmlGenericControl
lbAddRoom global::System.Web.UI.WebControls.LinkButton
lbSubmit global::System.Web.UI.WebControls.LinkButton
lblPrivateRoom global::DotNetNuke.UI.UserControls.LabelControl
lblRoomDescription global::DotNetNuke.UI.UserControls.LabelControl
lblRoomEnabled global::DotNetNuke.UI.UserControls.LabelControl
lblRoomList global::DotNetNuke.UI.UserControls.LabelControl
lblRoomName global::DotNetNuke.UI.UserControls.LabelControl
lblRoomPassword global::DotNetNuke.UI.UserControls.LabelControl
lblRoomWelcome global::DotNetNuke.UI.UserControls.LabelControl
lblShowRoom global::DotNetNuke.UI.UserControls.LabelControl
txtRoomDescription global::System.Web.UI.WebControls.TextBox
txtRoomId global::System.Web.UI.WebControls.TextBox
txtRoomName global::System.Web.UI.WebControls.TextBox
txtRoomPassword global::System.Web.UI.WebControls.TextBox
txtRoomWelcome global::System.Web.UI.WebControls.TextBox

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

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

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

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

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

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

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

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

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

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

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

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

chkEnabled защищенное свойство

chkEnabled control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkEnabled
Результат global::System.Web.UI.WebControls.CheckBox

chkPrivateRoom защищенное свойство

chkPrivateRoom control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkPrivateRoom
Результат global::System.Web.UI.WebControls.CheckBox

chkShowRoom защищенное свойство

chkShowRoom control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkShowRoom
Результат global::System.Web.UI.WebControls.CheckBox

ddlRooms защищенное свойство

ddlRooms control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList ddlRooms
Результат global::System.Web.UI.WebControls.DropDownList

divRoomSettings защищенное свойство

divRoomSettings control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl divRoomSettings
Результат global::System.Web.UI.HtmlControls.HtmlGenericControl

lbAddRoom защищенное свойство

lbAddRoom control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton lbAddRoom
Результат global::System.Web.UI.WebControls.LinkButton

lbSubmit защищенное свойство

lbSubmit control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton lbSubmit
Результат global::System.Web.UI.WebControls.LinkButton

lblPrivateRoom защищенное свойство

lblPrivateRoom control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblPrivateRoom
Результат global::DotNetNuke.UI.UserControls.LabelControl

lblRoomDescription защищенное свойство

lblRoomDescription control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblRoomDescription
Результат global::DotNetNuke.UI.UserControls.LabelControl

lblRoomEnabled защищенное свойство

lblRoomEnabled control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblRoomEnabled
Результат global::DotNetNuke.UI.UserControls.LabelControl

lblRoomList защищенное свойство

lblRoomList control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblRoomList
Результат global::DotNetNuke.UI.UserControls.LabelControl

lblRoomName защищенное свойство

lblRoomName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblRoomName
Результат global::DotNetNuke.UI.UserControls.LabelControl

lblRoomPassword защищенное свойство

lblRoomPassword control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblRoomPassword
Результат global::DotNetNuke.UI.UserControls.LabelControl

lblRoomWelcome защищенное свойство

lblRoomWelcome control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblRoomWelcome
Результат global::DotNetNuke.UI.UserControls.LabelControl

lblShowRoom защищенное свойство

lblShowRoom control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblShowRoom
Результат global::DotNetNuke.UI.UserControls.LabelControl

txtRoomDescription защищенное свойство

txtRoomDescription control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtRoomDescription
Результат global::System.Web.UI.WebControls.TextBox

txtRoomId защищенное свойство

txtRoomId control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtRoomId
Результат global::System.Web.UI.WebControls.TextBox

txtRoomName защищенное свойство

txtRoomName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtRoomName
Результат global::System.Web.UI.WebControls.TextBox

txtRoomPassword защищенное свойство

txtRoomPassword control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtRoomPassword
Результат global::System.Web.UI.WebControls.TextBox

txtRoomWelcome защищенное свойство

txtRoomWelcome control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtRoomWelcome
Результат global::System.Web.UI.WebControls.TextBox