Class LabelValueSet
Inheritance
Object
    LabelValueSet
  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 LabelValueSetConstructors
LabelValueSet()
Declaration
public LabelValueSet()Properties
LabelValueConditions
Declaration
public List<LabelValueCondition> LabelValueConditions { get; set; }Property Value
| Type | Description | 
|---|---|
| List<LabelValueCondition> | 
Preferred
Declaration
public bool Preferred { get; set; }Property Value
| Type | Description | 
|---|---|
| Boolean | 
Methods
ContainsLabel(String)
Declaration
public bool ContainsLabel(string label)Parameters
| Type | Name | Description | 
|---|---|---|
| String | label | 
Returns
| Type | Description | 
|---|---|
| Boolean | 
GetLabel(Double)
Declaration
public string GetLabel(double value)Parameters
| Type | Name | Description | 
|---|---|---|
| Double | value | 
Returns
| Type | Description | 
|---|---|
| String | 
GetLabel(Int32)
Declaration
public string GetLabel(int value)Parameters
| Type | Name | Description | 
|---|---|---|
| Int32 | value | 
Returns
| Type | Description | 
|---|---|
| String |