Class FacetGroup
Group of facets.
Inheritance
System.Object
    FacetGroup
  Implements
Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Mediachase.Search.Extensions
Assembly: Mediachase.Search.Extensions.dll
Version: 10.8.0Syntax
public class FacetGroup : ISearchFacetGroup
  Constructors
FacetGroup(String, String)
Initializes a new instance of the FacetGroup class.
Declaration
public FacetGroup(string fieldName, string name)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | fieldName | Name of the field.  | 
      
| System.String | name | The name.  | 
      
Properties
Facets
Gets the facets.
Declaration
public IList<ISearchFacet> Facets { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.IList<ISearchFacet> | The facets.  | 
      
FieldName
Gets the name of the field.
Declaration
public string FieldName { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The name of the field.  | 
      
Name
Gets the name.
Declaration
public string Name { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The name.  |