Table of Contents

Interface IFacetLabel

Namespace
Examine.Search
Assembly
Examine.Core.dll

Holds a sequence of string components, specifying the hierarchical name of a category.

public interface IFacetLabel : IComparable<IFacetLabel>
Inherited Members

Properties

Components

The components of this IFacetLabel.

string[] Components { get; }

Property Value

string[]

Length

The number of components of this IFacetLabel.

int Length { get; }

Property Value

int

Methods

Subpath(int)

Returns a sub-path of this path up to length components.

IFacetLabel Subpath(int length)

Parameters

length int

Returns

IFacetLabel