Search Results for

    Show / Hide Table of Contents

    Class AddTermRequest

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

    Properties

    | Improve this Doc View Source

    ConceptId

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

    Description

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

    Gender

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

    LanguageId

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

    Note

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

    PartOfSpeech

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

    Status

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

    Text

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

    TranslationOfTermId

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

    Type

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

    Url

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