Search Results for

    Show / Hide Table of Contents

    Class UpdateConceptRequest

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

    Properties

    | 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

    LanguagesDetails

    Declaration
    public ICollection<ConceptLanguageDetailsForm> LanguagesDetails { get; set; }
    Property Value
    Type Description
    ICollection<ConceptLanguageDetailsForm>
    | 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

    Url

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