Group
Show / Hide Table of Contents

Class QueryPart

Inheritance
System.Object
QueryPart
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Textkernel.Tx.Models.API.MatchV2.Response
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class QueryPart

Properties

| Improve this Doc View Source

Condition

Declaration
public Condition Condition { get; set; }
Property Value
Type Description
Condition
| Improve this Doc View Source

ConditionSpecified

Declaration
public bool ConditionSpecified { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Field

Declaration
public string Field { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

FieldLabel

Declaration
public string FieldLabel { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Items

Declaration
public QueryPartItem[] Items { get; set; }
Property Value
Type Description
QueryPartItem[]
| Improve this Doc View Source

SearchEngine

Declaration
public string SearchEngine { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Weight

Declaration
public float Weight { get; set; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

WeightSpecified

Declaration
public bool WeightSpecified { get; set; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾