SetValueWithoutNotify

SetValueWithoutNotify(ref T)

public bool SetValueWithoutNotify(ref T value) ;

Description

Set the value without notification.

Parameters

Parameter Name Description
value Value

Returns

Returns true if it can be set. Otherwise returns false.

SetValueWithoutNotify(object)

public bool SetValueWithoutNotify(object value) ;

Description

Set the value without notification.

Parameters

Parameter Name Description
value Value

Returns

Returns true if it can be set. Otherwise returns false.

SetValueWithoutNotify(IValueGetter)

public bool SetValueWithoutNotify(IValueGetter valueGetter) ;

Description

Set the value without notification.

Parameters

Parameter Name Description
valueGetter Source of value

Returns

Returns true if it can be set. Otherwise returns false.