Click or drag to resize

ContextSetValue Method

Sets the specified value at the specified path.

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

Parameters

path
Type: SystemString
Path to set the data value at.
value
Type: SystemObject
Value to set.

Implements

IDataContextSetValue(String, Object)
Exceptions
ExceptionCondition
ArgumentExceptionThrown if path is invalid for this context.
InvalidOperationExceptionThrown if data at specified path can't be changed.
See Also