mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER
Code Details >> Core >> Results >> Search_Facet_Collection

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.Results
Assembly: 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

System..::..Object
  SobekCM.Core.Results..::..Search_Facet_Collection

Constructors

  NameDescription
Public methodSearch_Facet_Collection()()()()
Constructor for a new instance of the Search_Facet_Collection class
Public methodSearch_Facet_Collection(Int16)
Constructor for a new instance of the Search_Facet_Collection class

Properties

  NameDescription
Public propertyCount
Number of facets associated with the second facet list in this results set
Public propertyFacets
Collection of facets associated with the second facet list in this results set
Public propertyMetadataTerm
Metadata term for the metadata represented by this facet collection in the results set
Public propertyMetadataTypeID
Metadata type id for the metadata represented by this facet collection in the results set

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )