Class UnitMetadata
Assembly: Sdl.Core.Globalization.Async.dll
public class UnitMetadata
Constructors
Declaration
Properties
Declaration
[JsonProperty("noinherit", DefaultValueHandling = DefaultValueHandling.Ignore)]
public bool DoNotInherit { get; set; }
Property Value
Declaration
[JsonProperty("sets")]
public List<LabelValueSet> LabelValueSets { get; set; }
Property Value
Declaration
[JsonProperty("key")]
public string UnitKey { get; set; }
Property Value
Methods
Declaration
public LabelValueSet LabelValueSetFromLabel(string label)
Parameters
Type |
Name |
Description |
string |
label |
|
Returns