Search Results for

    Show / Hide Table of Contents

    Class ProjectBase

    Inheritance
    System.Object
    ProjectBase
    EnterpriseProject
    Project
    Namespace: Crowdin.Api.ProjectsGroups
    Assembly: Crowdin.Api.dll
    Syntax
    public class ProjectBase : object

    Properties

    | Improve this Doc View Source

    CreatedAt

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

    Description

    Declaration
    public string Description { 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

    Identifier

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

    LastActivity

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

    Logo

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

    Name

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

    PublicDownloads

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

    SourceLanguage

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

    SourceLanguageId

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

    TargetLanguageIds

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

    TargetLanguages

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

    Type

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

    UpdatedAt

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

    UserId

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