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

공개 프로퍼티들

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