Click or drag to resize

DataNodeSetValue Method

Sets a new value for the data node.

Namespace:  Slash.Unity.DataBind.Core.Data
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void SetValue(
	Object newValue
)

Parameters

newValue
Type: SystemObject
Value to set.

Implements

IDataNodeSetValue(Object)
See Also