C# Class Christoc.Modules.DnnChat.Archive

The Archive class displays old Chat messages
Inheritance: DnnChatModuleBase
Datei anzeigen Open project: ChrisHammond/dnnCHAT

Public Methods

Method Description
ActivateLinksInText ( string source ) : string
GetPhotoUrl ( object authorUserId ) : string

Protected Methods

Method Description
BuildArchiveLink ( System.Guid roomId, System.DateTime startDate, System.DateTime endDate ) : string
BuildArchiveLinks ( System.Guid roomId ) : void
OnInit ( EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
lbGo_Click ( object sender, EventArgs e ) : void
rptMessages_OnItemDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void

Method Details

ActivateLinksInText() public static method

public static ActivateLinksInText ( string source ) : string
source string
return string

BuildArchiveLink() protected method

protected BuildArchiveLink ( System.Guid roomId, System.DateTime startDate, System.DateTime endDate ) : string
roomId System.Guid
startDate System.DateTime
endDate System.DateTime
return string

BuildArchiveLinks() protected method

protected BuildArchiveLinks ( System.Guid roomId ) : void
roomId System.Guid
return void

GetPhotoUrl() public method

public GetPhotoUrl ( object authorUserId ) : string
authorUserId object
return string

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

Page_Load() protected method

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

lbGo_Click() protected method

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

rptMessages_OnItemDataBound() protected method

protected rptMessages_OnItemDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void
sender object
e System.Web.UI.WebControls.RepeaterItemEventArgs
return void