Show / Hide Table of Contents

Class TextPropertyFacet

Facet for searching text fields

Inheritance
object
TextPropertyFacet
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Colectica.Repository.Api.Requests.V1
Assembly: Algenta.Colectica.Model.dll
Syntax
public class TextPropertyFacet

Properties

ExactCase

When using exact match, the exact case of the entirety of the stored text must match

Declaration
public bool? ExactCase { get; set; }
Property Value
Type Description
bool?

ExactDiacriticalLigatures

When using exact match, diacritical marks and ligatures will not be replaced

Declaration
public bool? ExactDiacriticalLigatures { get; set; }
Property Value
Type Description
bool?

ExactMatch

The text term should match the entirety of the exact text of the property

Declaration
public bool? ExactMatch { get; set; }
Property Value
Type Description
bool?

LanguageCodes

Allowed lanugage codes, if no codes are specified all codes are allowed. Codes are OR'd.

Declaration
public List<string> LanguageCodes { get; set; }
Property Value
Type Description
List<string>

PropertyName

Optional property name to search

Declaration
public string PropertyName { get; set; }
Property Value
Type Description
string
Remarks

Defined type ids for custom fields are also accepted. Empty property names will match against all present properties.

TextTerms

Terms / phrases to search. Terms are Or'd within a facet

Declaration
public List<string> TextTerms { get; set; }
Property Value
Type Description
List<string>

Extension Methods

Extensions.Yield<T>(T)
In this article
Back to top Generated by DocFX