Click or drag to resize

LeafDataNode Constructor (NodeTypeInfo, IDataNode, String)

Constructor.

Namespace:  Slash.Unity.DataBind.Core.Data
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public LeafDataNode(
	NodeTypeInfo typeInfo,
	IDataNode parentNode,
	string name
)

Parameters

typeInfo
Type: Slash.Unity.DataBind.Core.UtilsNodeTypeInfo
Type info of node.
parentNode
Type: Slash.Unity.DataBind.Core.DataIDataNode
Parent node.
name
Type: SystemString
Name of node. Usually the name of the property/field this node represents.
See Also