C# Class User_controls_CommentView, fuse.dotnet.mongodb-blogengine

Inheritance: UserControl, ICallbackEventHandler
Afficher le fichier Open project: tikalk/fuse.dotnet.mongodb-blogengine

Protected Properties

Свойство Type Description
DefaultName string
NameInputId string

Méthodes publiques

Méthode Description
BindCountries ( ) : void

Binds the country dropdown list with countries retrieved from the .NET Framework.

GetCallbackResult ( ) : string

Returns the results of a callback event that targets a control.

RaiseCallbackEvent ( string eventArgument ) : void

Processes a callback event that targets a control.

ResolveRegion ( ) : RegionInfo

Resolves the region based on the browser language.

Méthodes protégées

Méthode Description
AdminLink ( string id ) : string

Displays a delete link to visitors that is authenticated using the default membership provider.

BBCodes ( ) : string

Displays BBCodes dynamically loaded from settings.

Gravatar ( string email, string name, int size ) : string

Displays the Gravatar image that matches the specified email.

Page_Load ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
AddNestedComments ( string path, List nestedComments, PlaceHolder phComments ) : void
ApproveAllComments ( ) : void
ApproveComment ( ) : void
CollectCommentToDelete ( Comment, comment, List commentsToDelete ) : void
DeleteComment ( ) : void
DeleteCommentAndChildren ( ) : void
GetCookie ( ) : void

Gets the cookie with visitor information if any is set. Then fills the contact information fields in the form.

SetCookie ( string name, string email, string website, string country ) : void

Sets a cookie with the entered visitor information so it can be prefilled on next visit.

SetFlagImageUrl ( ) : void

Method Details

AdminLink() protected méthode

Displays a delete link to visitors that is authenticated using the default membership provider.
protected AdminLink ( string id ) : string
id string The id of the comment.
Résultat string

BBCodes() protected méthode

Displays BBCodes dynamically loaded from settings.
protected BBCodes ( ) : string
Résultat string

BindCountries() public méthode

Binds the country dropdown list with countries retrieved from the .NET Framework.
public BindCountries ( ) : void
Résultat void

GetCallbackResult() public méthode

Returns the results of a callback event that targets a control.
public GetCallbackResult ( ) : string
Résultat string

Gravatar() protected méthode

Displays the Gravatar image that matches the specified email.
protected Gravatar ( string email, string name, int size ) : string
email string
name string
size int
Résultat string

Page_Load() protected méthode

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

RaiseCallbackEvent() public méthode

Processes a callback event that targets a control.
public RaiseCallbackEvent ( string eventArgument ) : void
eventArgument string A string that represents an event argument to pass to the event handler.
Résultat void

ResolveRegion() public static méthode

Resolves the region based on the browser language.
public static ResolveRegion ( ) : RegionInfo
Résultat RegionInfo

Property Details

DefaultName protected_oe property

protected string DefaultName
Résultat string

NameInputId protected_oe property

protected string NameInputId
Résultat string