C# 클래스 CkanDotNet.Web.Models.TagHelper

파일 보기 프로젝트 열기: opencolorado/.NET-Wrapper-for-CKAN-API

공개 메소드들

메소드 설명
ComputeTagScale ( List tags ) : List

Compute the relative size of each tag based on the total number of tags

FilterTags ( List tags ) : List

Remove tags that should be hidden

FilterTags ( List tags ) : List

Remove tags that should be hidden

LimitTags ( List tags, int limit ) : List

Limit tags to the top n tags with the largest count

메소드 상세

ComputeTagScale() 공개 정적인 메소드

Compute the relative size of each tag based on the total number of tags
public static ComputeTagScale ( List tags ) : List
tags List
리턴 List

FilterTags() 공개 정적인 메소드

Remove tags that should be hidden
public static FilterTags ( List tags ) : List
tags List
리턴 List

FilterTags() 공개 정적인 메소드

Remove tags that should be hidden
public static FilterTags ( List tags ) : List
tags List
리턴 List

LimitTags() 공개 정적인 메소드

Limit tags to the top n tags with the largest count
public static LimitTags ( List tags, int limit ) : List
tags List
limit int
리턴 List