C# Class SobekCM.Core.Search.Metadata_Search_Field

Exibir arquivo Open project: MarkVSullivan/SobekCM-Web-Application

Private Properties

Property Type Description

Public Methods

Method Description
Metadata_Search_Field ( ) : System

Constructor for a new instance of the Metadata_Search_Field class

Empty constructor for serialization purposes

Metadata_Search_Field ( short ID, string Facet_Term, string Display_Term, string Web_Code, string Solr_Field, string Name ) : System

Constructor for a new instance of the Metadata_Search_Field class

Method Details

Metadata_Search_Field() public method

Constructor for a new instance of the Metadata_Search_Field class
Empty constructor for serialization purposes
public Metadata_Search_Field ( ) : System
return System

Metadata_Search_Field() public method

Constructor for a new instance of the Metadata_Search_Field class
public Metadata_Search_Field ( short ID, string Facet_Term, string Display_Term, string Web_Code, string Solr_Field, string Name ) : System
ID short Primary identifier for this metadata search field
Facet_Term string Term used for this metadata field when displaying facets
Display_Term string Term used for displaying this metadata field in searches and results
Web_Code string Code used within the web application for searches against this field (particularly in the URLs)
Solr_Field string Field name for this search field in the Solr search indexes
Name string Name of this metadata search field (remains fairly constant, and links back to database name)
return System