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 SourceCondition
Declaration
public Condition Condition { get; set; }
Property Value
Type | Description |
---|---|
Condition |
ConditionSpecified
Declaration
public bool ConditionSpecified { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Field
Declaration
public string Field { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FieldLabel
Declaration
public string FieldLabel { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Items
Declaration
public QueryPartItem[] Items { get; set; }
Property Value
Type | Description |
---|---|
QueryPartItem[] |
SearchEngine
Declaration
public string SearchEngine { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Weight
Declaration
public float Weight { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
WeightSpecified
Declaration
public bool WeightSpecified { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |