Search Results for

    Show / Hide Table of Contents

    Class ProjectMember

    Inheritance
    System.Object
    ProjectMember
    Namespace: Crowdin.Api.Users
    Assembly: Crowdin.Api.dll
    Syntax
    public class ProjectMember : object

    Properties

    | Improve this Doc View Source

    AccessToAllWorkflowSteps

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

    FirstName

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

    GivenAccessAt

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

    Id

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

    IsManager

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

    LastName

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

    ManagerOfGroup

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

    Permissions

    Declaration
    public IDictionary<string, LanguagePermission> Permissions { get; set; }
    Property Value
    Type Description
    IDictionary<System.String, LanguagePermission>
    | Improve this Doc View Source

    Roles

    Declaration
    public TranslatorRole[] Roles { get; set; }
    Property Value
    Type Description
    TranslatorRole[]
    | Improve this Doc View Source

    Username

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