Table of Contents

Interface IValueRef

Namespace
Steeltoe.Common.Expression.Internal.Spring.Ast
Assembly
Steeltoe.Common.Expression.dll
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public interface IValueRef

Properties

IsWritable

bool IsWritable { get; }

Property Value

bool

Methods

GetValue()

ITypedValue GetValue()

Returns

ITypedValue

SetValue(object)

void SetValue(object newValue)

Parameters

newValue object