ASP.NET Core MVC コントロールヘルプ
ChildItemsPath メソッド (TreeMapBuilder<T>)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > TreeMapBuilder<T> クラス : ChildItemsPath メソッド
The value.
Configurates C1.Web.Mvc.TreeMap<T>.ChildItemsPath. Sets the name of the property (or properties) used to generate child items in hierarchical data.
シンタックス
'宣言
 
Public Function ChildItemsPath( _
   ByVal ParamArray value() As System.String _
) As TreeMapBuilder(Of T)
public TreeMapBuilder<T> ChildItemsPath( 
   params System.string[] value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
Set this property to an array containing the names of the properties that contain child items at each level, when the items are child items at different levels with different names (e.g. [ 'Accounts', 'Checks', 'Earnings' ]).
参照

TreeMapBuilder<T> クラス
TreeMapBuilder<T> メンバ