Class LabelValueSet
Inheritance
LabelValueSet
Assembly: Sdl.Core.Globalization.Async.dll
public class LabelValueSet
Constructors
Declaration
Properties
Declaration
[JsonProperty("labels")]
public List<LabelValueCondition> LabelValueConditions { get; set; }
Property Value
Declaration
[JsonProperty("pref", DefaultValueHandling = DefaultValueHandling.Ignore)]
public bool Preferred { get; set; }
Property Value
Methods
Declaration
public bool ContainsLabel(string label)
Parameters
Type |
Name |
Description |
string |
label |
|
Returns
Declaration
public string GetLabel(double value)
Parameters
Type |
Name |
Description |
double |
value |
|
Returns
Declaration
public string GetLabel(int value)
Parameters
Type |
Name |
Description |
int |
value |
|
Returns