Search Results for

    Show / Hide Table of Contents

    Class Concept

    Inheritance
    System.Object
    Concept
    Namespace: Crowdin.Api.Glossaries
    Assembly: Crowdin.Api.dll
    Syntax
    public class Concept : object

    Properties

    | Improve this Doc View Source

    CreatedAt

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

    Definition

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

    Figure

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

    GlossaryId

    Declaration
    public int GlossaryId { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Id

    Declaration
    public int Id { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    LanguagesDetails

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

    Note

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

    Subject

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

    UpdatedAt

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

    Url

    Declaration
    public string Url { get; set; }
    Property Value
    Type Description
    System.String
    | 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