Group
Show / Hide Table of Contents

Class SynonymSection

Inheritance
System.Object
SynonymSection
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 SynonymSection

Properties

| Improve this Doc View Source

Collapsed

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

Items

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

Name

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