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 Object → List<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
Count
public int Count { get; }
Property Value
Item
public CategoryWithChildren Item { get; set; }
Property Value
Constructors
CategoryTree()
public CategoryTree()
Methods
ToCategoryIdTree()
更新用のオブジェクトモデルに変換します。
public CategoryIdTree ToCategoryIdTree()