Search Results for

    Show / Hide Table of Contents

    Class NumberMetadata

    Inheritance
    object
    NumberMetadata
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.Core.Globalization.NumberMetadata
    Assembly: Sdl.Core.Globalization.Async.dll
    Syntax
    public class NumberMetadata

    Constructors

    NumberMetadata()

    Declaration
    public NumberMetadata()

    Properties

    LanguageCode

    Declaration
    [JsonProperty("code")]
    public string LanguageCode { get; set; }
    Property Value
    Type Description
    string

    NumberGrammarRangeSets

    Declaration
    [JsonProperty("sets")]
    public List<NumberGrammarRangeSet> NumberGrammarRangeSets { get; set; }
    Property Value
    Type Description
    List<NumberGrammarRangeSet>
    In this article
    • Constructors
      • NumberMetadata()
    • Properties
      • LanguageCode
      • NumberGrammarRangeSets
    Back to top Generated by DocFX