C# Class Christoc.Modules.DnnChat.Archive

The Archive class displays old Chat messages
Inheritance: DnnChatModuleBase
Afficher le fichier Open project: ChrisHammond/dnnCHAT

Méthodes publiques

Méthode Description
ActivateLinksInText ( string source ) : string
GetPhotoUrl ( object authorUserId ) : string

Méthodes protégées

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

public static ActivateLinksInText ( string source ) : string
source string
Résultat string

BuildArchiveLink() protected méthode

protected BuildArchiveLink ( System.Guid roomId, System.DateTime startDate, System.DateTime endDate ) : string
roomId System.Guid
startDate System.DateTime
endDate System.DateTime
Résultat string

BuildArchiveLinks() protected méthode

protected BuildArchiveLinks ( System.Guid roomId ) : void
roomId System.Guid
Résultat void

GetPhotoUrl() public méthode

public GetPhotoUrl ( object authorUserId ) : string
authorUserId object
Résultat string

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

Page_Load() protected méthode

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

lbGo_Click() protected méthode

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

rptMessages_OnItemDataBound() protected méthode

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