Search Results for

    Show / Hide Table of Contents

    Class TmConcordanceResultResource

    Inheritance
    System.Object
    TmConcordanceResultResource
    Namespace: Crowdin.Api.TranslationMemory
    Assembly: Crowdin.Api.dll
    Syntax
    public class TmConcordanceResultResource : object

    Properties

    | Improve this Doc View Source

    RecordId

    Declaration
    public int RecordId { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Relevant

    Declaration
    public int Relevant { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Source

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

    Substituted

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

    Target

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

    Tm

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

    UpdatedAt

    Declaration
    public DateTimeOffset UpdatedAt { get; set; }
    Property Value
    Type Description
    DateTimeOffset
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX