C# Класс Sitecore.Modules.WeBlog.Components.TagCloudCore

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

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

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