Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


GenreWithAttributesAndDictionary

Namespace: Rakuten.RMS.Api.NavigationAPI20

public class GenreWithAttributesAndDictionary : Genre

Inheritance ObjectBaseGenreGenreGenreWithAttributesAndDictionary

Properties

ancestors

public IList<BaseGenre> ancestors { get; set; }

Property Value

IList<BaseGenre>

attributes

public IList<AttributeWithDictionaryValues> attributes { get; set; }

Property Value

IList<AttributeWithDictionaryValues>

children

public IList<BaseGenre> children { get; set; }

Property Value

IList<BaseGenre>

genreId

public long genreId { get; set; }

Property Value

Int64

genreIdPath

public IList<Int64> genreIdPath { get; set; }

Property Value

IList<Int64>

level

public int level { get; set; }

Property Value

Int32

lowest

public bool lowest { get; set; }

Property Value

Boolean

nameJa

public string nameJa { get; set; }

Property Value

String

nameJaPath

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

Property Value

IList<String>

properties

public Property properties { get; set; }

Property Value

Property

siblings

public IList<BaseGenre> siblings { get; set; }

Property Value

IList<BaseGenre>

Constructors

GenreWithAttributesAndDictionary()

public GenreWithAttributesAndDictionary()

< クラス一覧