C# 클래스 SobekCM.Core.Search.Metadata_Search_Field

파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

Metadata_Search_Field() 공개 메소드

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

Metadata_Search_Field() 공개 메소드

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)
리턴 System