Search Results for

    Show / Hide Table of Contents

    Class Glossary

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

    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

    DefaultProjectIds

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

    GroupId

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

    Id

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

    LanguageId

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

    LanguageIds

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

    ProjectIds

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

    Terms

    Declaration
    [JsonProperty("terms")]
    public long Terms { get; set; }
    Property Value
    Type Description
    long
    | 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