Search Results for

    Show / Hide Table of Contents

    Class StringTranslation

    Inheritance
    System.Object
    StringTranslation
    Namespace: Crowdin.Api.StringTranslations
    Assembly: Crowdin.Api.dll
    Syntax
    public class StringTranslation : object

    Properties

    | Improve this Doc View Source

    CreatedAt

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

    Id

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

    IsPreTranslated

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

    PluralCategoryName

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

    Provider

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

    Rating

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

    Text

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

    User

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