Search Results for

    Show / Hide Table of Contents

    Class TaskAssignee

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

    Properties

    | Edit this page View Source

    AvatarUrl

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

    FullName

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

    Id

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

    UserName

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

    WordsCount

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

    WordsLeft

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