Class JsonTreeNode
Inheritance
System.Object
JsonTreeNode
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Mediachase.BusinessFoundation.dll
Version: 13.30.0
public class JsonTreeNode
Constructors
Declaration
Fields
Declaration
Field Value
Type |
Description |
System.String |
|
Declaration
public List<JsonTreeNode> children
Field Value
Type |
Description |
System.Collections.Generic.List<JsonTreeNode> |
|
Declaration
Field Value
Type |
Description |
System.String |
|
Declaration
public string customProperties
Field Value
Type |
Description |
System.String |
|
Declaration
public bool displayContextMenu
Field Value
Type |
Description |
System.Boolean |
|
Declaration
Field Value
Type |
Description |
System.Boolean |
|
Declaration
Field Value
Type |
Description |
System.String |
|
Declaration
Field Value
Type |
Description |
System.String |
|
Declaration
Field Value
Type |
Description |
System.String |
|
Declaration
Field Value
Type |
Description |
System.String |
|
Declaration
Field Value
Type |
Description |
System.String |
|
Declaration
Field Value
Type |
Description |
System.String |
|
Declaration
Field Value
Type |
Description |
System.Boolean |
|
Declaration
Field Value
Type |
Description |
System.String |
|
Declaration
public string staticParentId
Field Value
Type |
Description |
System.String |
|
text
Declaration
Field Value
Type |
Description |
System.String |
|
Declaration
Field Value
Type |
Description |
System.String |
|
Declaration
Field Value
Type |
Description |
System.String |
|
Declaration
Field Value
Type |
Description |
System.String |
|
Methods
Declaration
public static JsonTreeNode CreateNode(string title, string app, string view, string parameters)
Parameters
Type |
Name |
Description |
System.String |
title |
|
System.String |
app |
|
System.String |
view |
|
System.String |
parameters |
|
Returns
Declaration
public static JsonTreeNode CreateNode(string title, string app, string view, string parameters, bool leaf)
Parameters
Type |
Name |
Description |
System.String |
title |
|
System.String |
app |
|
System.String |
view |
|
System.String |
parameters |
|
System.Boolean |
leaf |
|
Returns
Declaration
public static JsonTreeNode CreateNode(string id, string title, string app, string view, string parameters, bool leaf)
Parameters
Type |
Name |
Description |
System.String |
id |
|
System.String |
title |
|
System.String |
app |
|
System.String |
view |
|
System.String |
parameters |
|
System.Boolean |
leaf |
|
Returns
Declaration
public static JsonTreeNode CreateNode(string id, string itemid, string title, string app, string view, string parameters, string treeListType)
Parameters
Type |
Name |
Description |
System.String |
id |
|
System.String |
itemid |
|
System.String |
title |
|
System.String |
app |
|
System.String |
view |
|
System.String |
parameters |
|
System.String |
treeListType |
|
Returns
Declaration
public static JsonTreeNode CreateNode(string id, string itemid, string title, string app, string view, string parameters, string treeListType, bool leaf)
Parameters
Type |
Name |
Description |
System.String |
id |
|
System.String |
itemid |
|
System.String |
title |
|
System.String |
app |
|
System.String |
view |
|
System.String |
parameters |
|
System.String |
treeListType |
|
System.Boolean |
leaf |
|
Returns
Declaration
public static JsonTreeNode CreateNode(string id, string itemid, string title, string app, string view, string parameters, string treeListType, string cls, string href, string hrefTarget, string icon, string iconCls, bool leaf)
Parameters
Type |
Name |
Description |
System.String |
id |
|
System.String |
itemid |
|
System.String |
title |
|
System.String |
app |
|
System.String |
view |
|
System.String |
parameters |
|
System.String |
treeListType |
|
System.String |
cls |
|
System.String |
href |
|
System.String |
hrefTarget |
|
System.String |
icon |
|
System.String |
iconCls |
|
System.Boolean |
leaf |
|
Returns