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
파일 보기 프로젝트 열기: ChrisHammond/dnnCHAT

보호된 프로퍼티들

프로퍼티 타입 설명
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