C# 클래스 Sitecore.Modules.WeBlog.Components.TagCloudCore

상속: ITagCloudCore
파일 보기 프로젝트 열기: WeTeam/WeBlog

공개 메소드들

메소드 설명
GetSortNames ( string sortingOptions ) : string[]
GetTagUrl ( string tag ) : string

Get the URL for a tag

GetTagWeightClass ( int tagWeight ) : string

Calculate the weight class to use for the current tag

TagCloudCore ( IBlogManager blogManagerInstance ) : System.Collections.Generic

보호된 메소드들

메소드 설명
GetWeight ( double weightPercent ) : int

Calculate the weight percentile for this tag

LoadTags ( ) : void

Load the tags for the current blog into this control

메소드 상세

GetSortNames() 공개 메소드

public GetSortNames ( string sortingOptions ) : string[]
sortingOptions string
리턴 string[]

GetTagUrl() 공개 메소드

Get the URL for a tag
public GetTagUrl ( string tag ) : string
tag string The tag to get the URL for
리턴 string

GetTagWeightClass() 공개 메소드

Calculate the weight class to use for the current tag
public GetTagWeightClass ( int tagWeight ) : string
tagWeight int The weight to get the weight class for
리턴 string

GetWeight() 보호된 메소드

Calculate the weight percentile for this tag
protected GetWeight ( double weightPercent ) : int
weightPercent double The weight as a percentage
리턴 int

LoadTags() 보호된 메소드

Load the tags for the current blog into this control
protected LoadTags ( ) : void
리턴 void

TagCloudCore() 공개 메소드

public TagCloudCore ( IBlogManager blogManagerInstance ) : System.Collections.Generic
blogManagerInstance IBlogManager
리턴 System.Collections.Generic