Interface IFacetLabel
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
Methods
Subpath(int)
Returns a sub-path of this path up to length components.
IFacetLabel Subpath(int length)
Parameters
length
int