Rakuten RMS WEB API client for .NET
AttributeWithDictionaryValues
Namespace: Rakuten.RMS.Api.NavigationAPI20
public class AttributeWithDictionaryValues : Attribute
Inheritance Object → Attribute → AttributeWithDictionaryValues
Properties
dataType
public string dataType { get; set; }
Property Value
dateFormat
public string dateFormat { get; set; }
Property Value
dictionaryValues
public IList<DictionaryValue> dictionaryValues { get; set; }
Property Value
id
public long id { get; set; }
Property Value
maxLength
public Nullable<Int32> maxLength { get; set; }
Property Value
maxValue
public Nullable<Single> maxValue { get; set; }
Property Value
minLength
public Nullable<Int32> minLength { get; set; }
Property Value
minValue
public Nullable<Single> minValue { get; set; }
Property Value
nameJa
public string nameJa { get; set; }
Property Value
properties
public AttributeProperty properties { get; set; }
Property Value
subUnits
public IList<String> subUnits { get; set; }
Property Value
unit
public string unit { get; set; }
Property Value
Constructors
AttributeWithDictionaryValues()
public AttributeWithDictionaryValues()