Search Results for

    Show / Hide Table of Contents

    Class ProjectMember

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

    Properties

    | Edit this page View Source

    AccessToAllWorkflowSteps

    Declaration
    [JsonProperty("accessToAllWorkflowSteps")]
    public bool AccessToAllWorkflowSteps { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    FirstName

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

    GivenAccessAt

    Declaration
    [JsonProperty("givenAccessAt")]
    public DateTimeOffset? GivenAccessAt { get; set; }
    Property Value
    Type Description
    DateTimeOffset?
    | Edit this page View Source

    Id

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

    IsManager

    Declaration
    [JsonProperty("isManager")]
    public bool IsManager { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    LastName

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

    ManagerOfGroup

    Declaration
    [JsonProperty("managerOfGroup")]
    public ProjectGroup? ManagerOfGroup { get; set; }
    Property Value
    Type Description
    ProjectGroup
    | Edit this page View Source

    Permissions

    Declaration
    [JsonProperty("permissions")]
    public IDictionary<string, LanguagePermission> Permissions { get; set; }
    Property Value
    Type Description
    IDictionary<string, LanguagePermission>
    | Edit this page View Source

    Roles

    Declaration
    [JsonProperty("roles")]
    public TranslatorRole[] Roles { get; set; }
    Property Value
    Type Description
    TranslatorRole[]
    | Edit this page View Source

    Username

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