Search Results for

    Show / Hide Table of Contents

    Class GlossaryConcordanceResultResource

    Inheritance
    object
    GlossaryConcordanceResultResource
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.Glossaries
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public class GlossaryConcordanceResultResource

    Properties

    | Edit this page View Source

    Concept

    Declaration
    [JsonProperty("concept")]
    public Concept Concept { get; set; }
    Property Value
    Type Description
    Concept
    | Edit this page View Source

    Glossary

    Declaration
    [JsonProperty("glossary")]
    public Glossary Glossary { get; set; }
    Property Value
    Type Description
    Glossary
    | Edit this page View Source

    SourceTerms

    Declaration
    [JsonProperty("sourceTerms")]
    public Term[] SourceTerms { get; set; }
    Property Value
    Type Description
    Term[]
    | Edit this page View Source

    TargetTerms

    Declaration
    [JsonProperty("targetTerms")]
    public Term[] TargetTerms { get; set; }
    Property Value
    Type Description
    Term[]
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX