C# 클래스 User_controls_CommentView, fuse.dotnet.mongodb-blogengine

상속: UserControl, ICallbackEventHandler
파일 보기 프로젝트 열기: tikalk/fuse.dotnet.mongodb-blogengine

보호된 프로퍼티들

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