C# Класс User_controls_CommentView, fuse.dotnet.mongodb-blogengine

Наследование: UserControl, ICallbackEventHandler
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
DefaultName string
NameInputId string

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

AdminLink() защищенный Метод

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.
Результат string

BBCodes() защищенный Метод

Displays BBCodes dynamically loaded from settings.
protected BBCodes ( ) : string
Результат string

BindCountries() публичный Метод

Binds the country dropdown list with countries retrieved from the .NET Framework.
public BindCountries ( ) : void
Результат void

GetCallbackResult() публичный Метод

Returns the results of a callback event that targets a control.
public GetCallbackResult ( ) : string
Результат string

Gravatar() защищенный Метод

Displays the Gravatar image that matches the specified email.
protected Gravatar ( string email, string name, int size ) : string
email string
name string
size int
Результат string

Page_Load() защищенный Метод

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

RaiseCallbackEvent() публичный Метод

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.
Результат void

ResolveRegion() публичный статический Метод

Resolves the region based on the browser language.
public static ResolveRegion ( ) : RegionInfo
Результат RegionInfo

Описание свойств

DefaultName защищенное свойство

protected string DefaultName
Результат string

NameInputId защищенное свойство

protected string NameInputId
Результат string