C# Class 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.
Inheritance: DnnChatModuleBase
Datei anzeigen Open project: ChrisHammond/dnnCHAT

Protected Properties

Property Type Description
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

Protected Methods

Method Description
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

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

ddlRooms_OnSelectedIndexChanged() protected method

protected ddlRooms_OnSelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

lbAddRoom_Click() protected method

protected lbAddRoom_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

lbSubmit_Click() protected method

protected lbSubmit_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

chkEnabled protected_oe property

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
return global::System.Web.UI.WebControls.CheckBox

chkPrivateRoom protected_oe property

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
return global::System.Web.UI.WebControls.CheckBox

chkShowRoom protected_oe property

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
return global::System.Web.UI.WebControls.CheckBox

ddlRooms protected_oe property

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
return global::System.Web.UI.WebControls.DropDownList

divRoomSettings protected_oe property

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
return global::System.Web.UI.HtmlControls.HtmlGenericControl

lbAddRoom protected_oe property

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
return global::System.Web.UI.WebControls.LinkButton

lbSubmit protected_oe property

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
return global::System.Web.UI.WebControls.LinkButton

lblPrivateRoom protected_oe property

lblPrivateRoom control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblPrivateRoom
return global::DotNetNuke.UI.UserControls.LabelControl

lblRoomDescription protected_oe property

lblRoomDescription control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblRoomDescription
return global::DotNetNuke.UI.UserControls.LabelControl

lblRoomEnabled protected_oe property

lblRoomEnabled control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblRoomEnabled
return global::DotNetNuke.UI.UserControls.LabelControl

lblRoomList protected_oe property

lblRoomList control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblRoomList
return global::DotNetNuke.UI.UserControls.LabelControl

lblRoomName protected_oe property

lblRoomName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblRoomName
return global::DotNetNuke.UI.UserControls.LabelControl

lblRoomPassword protected_oe property

lblRoomPassword control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblRoomPassword
return global::DotNetNuke.UI.UserControls.LabelControl

lblRoomWelcome protected_oe property

lblRoomWelcome control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblRoomWelcome
return global::DotNetNuke.UI.UserControls.LabelControl

lblShowRoom protected_oe property

lblShowRoom control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblShowRoom
return global::DotNetNuke.UI.UserControls.LabelControl

txtRoomDescription protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

txtRoomId protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

txtRoomName protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

txtRoomPassword protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

txtRoomWelcome protected_oe property

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
return global::System.Web.UI.WebControls.TextBox