Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


AttributeWithDictionaryValues

Namespace: Rakuten.RMS.Api.NavigationAPI20

public class AttributeWithDictionaryValues : Attribute

Inheritance ObjectAttributeAttributeWithDictionaryValues

Properties

dataType

public string dataType { get; set; }

Property Value

String

dateFormat

public string dateFormat { get; set; }

Property Value

String

dictionaryValues

public IList<DictionaryValue> dictionaryValues { get; set; }

Property Value

IList<DictionaryValue>

id

public long id { get; set; }

Property Value

Int64

maxLength

public Nullable<Int32> maxLength { get; set; }

Property Value

Nullable<Int32>

maxValue

public Nullable<Single> maxValue { get; set; }

Property Value

Nullable<Single>

minLength

public Nullable<Int32> minLength { get; set; }

Property Value

Nullable<Int32>

minValue

public Nullable<Single> minValue { get; set; }

Property Value

Nullable<Single>

nameJa

public string nameJa { get; set; }

Property Value

String

properties

public AttributeProperty properties { get; set; }

Property Value

AttributeProperty

subUnits

public IList<String> subUnits { get; set; }

Property Value

IList<String>

unit

public string unit { get; set; }

Property Value

String

Constructors

AttributeWithDictionaryValues()

public AttributeWithDictionaryValues()

< クラス一覧