Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


CategoryTree

Namespace: Rakuten.RMS.Api.CategoryAPI20

カテゴリの情報をフルセットで含むカテゴリツリーの全体を保持する。 カテゴリツリーの構造を更新する場合 ToCategoryIdTree() で CategoryIdTree に変換後、変更、UpdateCategoryTree()を呼ぶ。

public class CategoryTree : System.Collections.Generic.List`1[[Rakuten.RMS.Api.CategoryAPI20.CategoryWithChildren, Rakuten.RMS.Api, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Collections.Generic.IList`1[[Rakuten.RMS.Api.CategoryAPI20.CategoryWithChildren, Rakuten.RMS.Api, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Collections.Generic.ICollection`1[[Rakuten.RMS.Api.CategoryAPI20.CategoryWithChildren, Rakuten.RMS.Api, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Collections.Generic.IEnumerable`1[[Rakuten.RMS.Api.CategoryAPI20.CategoryWithChildren, Rakuten.RMS.Api, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Collections.IEnumerable, System.Collections.IList, System.Collections.ICollection, System.Collections.Generic.IReadOnlyList`1[[Rakuten.RMS.Api.CategoryAPI20.CategoryWithChildren, Rakuten.RMS.Api, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Collections.Generic.IReadOnlyCollection`1[[Rakuten.RMS.Api.CategoryAPI20.CategoryWithChildren, Rakuten.RMS.Api, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]]

Inheritance ObjectList<CategoryWithChildren>CategoryTree
Implements IList<CategoryWithChildren>, ICollection<CategoryWithChildren>, IEnumerable<CategoryWithChildren>, IEnumerable, IList, ICollection, IReadOnlyList<CategoryWithChildren>, IReadOnlyCollection<CategoryWithChildren>

Properties

Capacity

public int Capacity { get; set; }

Property Value

Int32

Count

public int Count { get; }

Property Value

Int32

Item

public CategoryWithChildren Item { get; set; }

Property Value

CategoryWithChildren

Constructors

CategoryTree()

public CategoryTree()

Methods

ToCategoryIdTree()

更新用のオブジェクトモデルに変換します。

public CategoryIdTree ToCategoryIdTree()

Returns

CategoryIdTree


< クラス一覧