Search Results for

    Show / Hide Table of Contents

    Class TmSegmentRecord

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

    Properties

    | Improve this Doc View Source

    CreatedAt

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

    CreatedBy

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

    Id

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

    LanguageId

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

    Text

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

    UpdatedAt

    Declaration
    public DateTimeOffset? UpdatedAt { get; set; }
    Property Value
    Type Description
    System.Nullable<DateTimeOffset>
    | Improve this Doc View Source

    UpdatedBy

    Declaration
    public int? UpdatedBy { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    UsageCount

    Declaration
    public int UsageCount { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX