C# 클래스 mojoPortal.Web.BlogUI.BlogViewControl

상속: System.Web.UI.UserControl, IRefreshAfterPostback, IUpdateCommentStats
파일 보기 프로젝트 열기: joeaudette/mojoportal

보호된 프로퍼티들

프로퍼티 타입 설명
AllowComments bool
CategoriesResourceKey string
CommentDateTimeFormat string
CommentItemHeaderElement string
DeleteLinkImage string
EditContentImage string
GmapApiKey string
ImageSiteRoot string
IsEditable bool
ItemId int
MaxAllowedGravatarRating mojoPortal.Web.UI.Avatar.RatingType
ModuleId int
PageId int
RegexRelativeImageUrlPatern string
SiteRoot string
TimeOffset Double
UserNameTooltipFormat string
addThisCustomBrand string
allowGravatars bool
attachmentBaseUrl string
blog mojoPortal.Business.Blog
blogAuthor string
config mojoPortal.Web.BlogUI.BlogConfiguration
disableAvatars bool
parametersAreInvalid bool

공개 메소드들

메소드 설명
RefreshAfterPostback ( ) : void
UpdateCommentStats ( System.Guid contentGuid, int commentCount ) : void

보호된 메소드들

메소드 설명
FormatBlogUrl ( string itemUrl, int itemId ) : string
FormatCommentDate ( System.DateTime startDate ) : string
OnInit ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void
PopulateControls ( ) : void
SetupRssLink ( ) : void
UseProfileLinkForAvatar ( ) : bool
dlComments_ItemCommand ( object source, System.Web.UI.WebControls.RepeaterCommandEventArgs e ) : void

Handles the item command

dlComments_ItemDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void

비공개 메소드들

메소드 설명
CanEditPost ( mojoPortal.Business.Blog blog ) : bool
CommentsAreOpen ( ) : bool
DetermineCommentSystem ( ) : string
DisableLegacyBlogComments ( ) : void
GetExcerpt ( mojoPortal.Business.Blog blog ) : string
GetRssUrl ( ) : string
IsValidComment ( ) : bool
LoadParams ( ) : void
LoadSettings ( ) : void
Page_Load ( object sender, EventArgs e ) : void
PopulateLabels ( ) : void
SetCookies ( ) : void
SetupCommentSystem ( ) : void
SetupInternalCommentSystem ( ) : void
SetupLegacyBlogComments ( ) : void
ShouldAllowComments ( ) : bool
btnPostComment_Click ( object sender, EventArgs e ) : void

메소드 상세

FormatBlogUrl() 보호된 메소드

protected FormatBlogUrl ( string itemUrl, int itemId ) : string
itemUrl string
itemId int
리턴 string

FormatCommentDate() 보호된 메소드

protected FormatCommentDate ( System.DateTime startDate ) : string
startDate System.DateTime
리턴 string

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnPreRender() 보호된 메소드

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
리턴 void

PopulateControls() 보호된 메소드

protected PopulateControls ( ) : void
리턴 void

RefreshAfterPostback() 공개 메소드

public RefreshAfterPostback ( ) : void
리턴 void

SetupRssLink() 보호된 메소드

protected SetupRssLink ( ) : void
리턴 void

UpdateCommentStats() 공개 메소드

public UpdateCommentStats ( System.Guid contentGuid, int commentCount ) : void
contentGuid System.Guid
commentCount int
리턴 void

UseProfileLinkForAvatar() 보호된 메소드

protected UseProfileLinkForAvatar ( ) : bool
리턴 bool

dlComments_ItemCommand() 보호된 메소드

Handles the item command
protected dlComments_ItemCommand ( object source, System.Web.UI.WebControls.RepeaterCommandEventArgs e ) : void
source object
e System.Web.UI.WebControls.RepeaterCommandEventArgs
리턴 void

dlComments_ItemDataBound() 보호된 메소드

protected dlComments_ItemDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void
sender object
e System.Web.UI.WebControls.RepeaterItemEventArgs
리턴 void

프로퍼티 상세

AllowComments 보호되어 있는 프로퍼티

protected bool AllowComments
리턴 bool

CategoriesResourceKey 보호되어 있는 프로퍼티

protected string CategoriesResourceKey
리턴 string

CommentDateTimeFormat 보호되어 있는 프로퍼티

protected string CommentDateTimeFormat
리턴 string

CommentItemHeaderElement 보호되어 있는 프로퍼티

protected string CommentItemHeaderElement
리턴 string

DeleteLinkImage 보호되어 있는 프로퍼티

protected string DeleteLinkImage
리턴 string

EditContentImage 보호되어 있는 프로퍼티

protected string EditContentImage
리턴 string

GmapApiKey 보호되어 있는 프로퍼티

protected string GmapApiKey
리턴 string

ImageSiteRoot 보호되어 있는 프로퍼티

protected string ImageSiteRoot
리턴 string

IsEditable 보호되어 있는 프로퍼티

protected bool IsEditable
리턴 bool

ItemId 보호되어 있는 프로퍼티

protected int ItemId
리턴 int

MaxAllowedGravatarRating 보호되어 있는 프로퍼티

protected mojoPortal.Web.UI.Avatar.RatingType MaxAllowedGravatarRating
리턴 mojoPortal.Web.UI.Avatar.RatingType

ModuleId 보호되어 있는 프로퍼티

protected int ModuleId
리턴 int

PageId 보호되어 있는 프로퍼티

protected int PageId
리턴 int

RegexRelativeImageUrlPatern 보호되어 있는 프로퍼티

protected string RegexRelativeImageUrlPatern
리턴 string

SiteRoot 보호되어 있는 프로퍼티

protected string SiteRoot
리턴 string

TimeOffset 보호되어 있는 프로퍼티

protected Double TimeOffset
리턴 Double

UserNameTooltipFormat 보호되어 있는 프로퍼티

protected string UserNameTooltipFormat
리턴 string

addThisCustomBrand 보호되어 있는 프로퍼티

protected string addThisCustomBrand
리턴 string

allowGravatars 보호되어 있는 프로퍼티

protected bool allowGravatars
리턴 bool

attachmentBaseUrl 보호되어 있는 프로퍼티

protected string attachmentBaseUrl
리턴 string

blog 보호되어 있는 프로퍼티

protected Blog,mojoPortal.Business blog
리턴 mojoPortal.Business.Blog

blogAuthor 보호되어 있는 프로퍼티

protected string blogAuthor
리턴 string

config 보호되어 있는 프로퍼티

protected BlogConfiguration,mojoPortal.Web.BlogUI config
리턴 mojoPortal.Web.BlogUI.BlogConfiguration

disableAvatars 보호되어 있는 프로퍼티

protected bool disableAvatars
리턴 bool

parametersAreInvalid 보호되어 있는 프로퍼티

protected bool parametersAreInvalid
리턴 bool