Search_Facet_Collection Class
Single collection of facets, representing a single metadata type
(i.e., all genre terms for a search, or all subbject/keywords related to a result set, etc.. )
Namespace: SobekCM.Core.ResultsAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[XmlRootAttribute("facetCollection")]
[DataContractAttribute]
[ProtoContractAttribute]
public class Search_Facet_Collection |
Inheritance Hierarchy
Constructors
Properties
| Name | Description |
---|
| Count | Number of facets associated with the second facet list in this results set |
| Facets | Collection of facets associated with the second facet list in this results set |
| MetadataTerm | Metadata term for the metadata represented by this facet collection in the results set |
| MetadataTypeID | Metadata type id for the metadata represented by this facet collection in the results set |
See Also