Search Results for

    Show / Hide Table of Contents

    Class TranslationVote

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

    Properties

    | Improve this Doc View Source

    Id

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

    Mark

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

    TranslationId

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

    User

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

    VotedAt

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