Class UnitMetadata
Inheritance
Object
UnitMetadata
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 UnitMetadata
Constructors
UnitMetadata()
Declaration
public UnitMetadata()
Properties
DoNotInherit
Declaration
public bool DoNotInherit { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
LabelValueSets
Declaration
public List<LabelValueSet> LabelValueSets { get; set; }
Property Value
Type | Description |
---|---|
List<LabelValueSet> |
UnitKey
Declaration
public string UnitKey { get; set; }
Property Value
Type | Description |
---|---|
String |
Methods
LabelValueSetFromLabel(String)
Declaration
public LabelValueSet LabelValueSetFromLabel(string label)
Parameters
Type | Name | Description |
---|---|---|
String | label |
Returns
Type | Description |
---|---|
LabelValueSet |