In general subclasses should override this method rather than setValue. This is because setValue notifies any observers and then calls this method.

This method sets the validValue flag to true.

Namespace:  SingularSys.Jep
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
protected bool SetValueRaw(
	Object obj
)
Visual Basic (Declaration)
Protected Function SetValueRaw ( _
	obj As Object _
) As Boolean
Visual C++
protected:
bool SetValueRaw(
	Object^ obj
)

Parameters

obj
Type: System..::.Object

Return Value

false if tried to change a constant value.

See Also