Search Results for

    Show / Hide Table of Contents

    Class ProjectBase

    Inheritance
    object
    ProjectBase
    EnterpriseProject
    Project
    Inherited Members
    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 ProjectBase

    Properties

    | Edit this page View Source

    CreatedAt

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

    Description

    Declaration
    [JsonProperty("description")]
    public string Description { 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

    Identifier

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

    LastActivity

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

    Logo

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

    Name

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

    PublicDownloads

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

    SourceLanguage

    Declaration
    [JsonProperty("sourceLanguage")]
    public Language SourceLanguage { get; set; }
    Property Value
    Type Description
    Language
    | Edit this page View Source

    SourceLanguageId

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

    TargetLanguageIds

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

    TargetLanguages

    Declaration
    [JsonProperty("targetLanguages")]
    public Language[] TargetLanguages { get; set; }
    Property Value
    Type Description
    Language[]
    | Edit this page View Source

    Type

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

    UpdatedAt

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

    UserId

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