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
Afficher le fichier Open project: ChrisHammond/dnnCHAT

Protected Properties

Свойство 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

Méthodes protégées

Méthode 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 méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

ddlRooms_OnSelectedIndexChanged() protected méthode

protected ddlRooms_OnSelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

lbAddRoom_Click() protected méthode

protected lbAddRoom_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

lbSubmit_Click() protected méthode

protected lbSubmit_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat global::System.Web.UI.WebControls.TextBox