Search Results for

    Show / Hide Table of Contents

    Class TaskAssignee

    Inheritance
    System.Object
    TaskAssignee
    Namespace: Crowdin.Api.Tasks
    Assembly: Crowdin.Api.dll
    Syntax
    public class TaskAssignee : object

    Properties

    | Improve this Doc View Source

    AvatarUrl

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

    FullName

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

    Id

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

    UserName

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

    WordsCount

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

    WordsLeft

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