C# 클래스 EPiCode.Relations.Helpers.FacetsHelper

파일 보기 프로젝트 열기: BVNetwork/Relations

공개 메소드들

메소드 설명
FacetFilter ( string ruleName, int filterPageID ) : PageDataCollection

Returns a list of pages filtered for a given facet

FacetList ( PageDataCollection allPages, string ruleName, Rule direction ) : PageDataCollection

Returns a PageDataCollection with a distinct list of pages related through the given rule. Number of relations are added to PageName.

메소드 상세

FacetFilter() 공개 정적인 메소드

Returns a list of pages filtered for a given facet
public static FacetFilter ( string ruleName, int filterPageID ) : PageDataCollection
ruleName string Rule for filtered relations
filterPageID int The facet to filter for
리턴 PageDataCollection

FacetList() 공개 정적인 메소드

Returns a PageDataCollection with a distinct list of pages related through the given rule. Number of relations are added to PageName.
public static FacetList ( PageDataCollection allPages, string ruleName, Rule direction ) : PageDataCollection
allPages PageDataCollection PageDataCollection to create facets from
ruleName string Rule used for facet relations
direction Rule Direction of facet relations
리턴 PageDataCollection