Search Results for

    Show / Hide Table of Contents

    Class Application

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

    Properties

    | Edit this page View Source

    BaseUrl

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

    CreatedAt

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

    DefaultPermissions

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

    Description

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

    Identifier

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

    LimitReached

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

    Logo

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

    ManifestUrl

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

    Modules

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

    Name

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

    Permissions

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

    Scopes

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