Search Results for

    Show / Hide Table of Contents

    Class EnterpriseProject

    Inheritance
    object
    ProjectBase
    EnterpriseProject
    Inherited Members
    ProjectBase.Id
    ProjectBase.Type
    ProjectBase.UserId
    ProjectBase.SourceLanguageId
    ProjectBase.TargetLanguageIds
    ProjectBase.Name
    ProjectBase.Identifier
    ProjectBase.Description
    ProjectBase.Logo
    ProjectBase.PublicDownloads
    ProjectBase.CreatedAt
    ProjectBase.UpdatedAt
    ProjectBase.LastActivity
    ProjectBase.SourceLanguage
    ProjectBase.TargetLanguages
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.ProjectsGroups
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public class EnterpriseProject : ProjectBase

    Properties

    | Edit this page View Source

    Background

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

    ExternalType

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

    GroupId

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

    HasCrowdSourcing

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

    IsExternal

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

    WorkflowId

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