Search Results for

    Show / Hide Table of Contents

    Class LabelValueCondition

    Inheritance
    object
    LabelValueCondition
    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.UnitMetadata
    Assembly: Sdl.Core.Globalization.Async.dll
    Syntax
    public class LabelValueCondition

    Constructors

    LabelValueCondition()

    Declaration
    public LabelValueCondition()

    Properties

    Label

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

    NumberGrammarRangeSetID

    Declaration
    [JsonProperty("rangeid", DefaultValueHandling = DefaultValueHandling.Ignore)]
    public string NumberGrammarRangeSetID { get; set; }
    Property Value
    Type Description
    string
    In this article
    • Constructors
      • LabelValueCondition()
    • Properties
      • Label
      • NumberGrammarRangeSetID
    Back to top Generated by DocFX