Interface IValueRef
Namespace: Steeltoe.Common.Expression.Internal.Spring.Ast
Assembly: Steeltoe.Common.Expression.dll
Syntax
public interface IValueRef
Properties
| Edit this page View SourceIsWritable
Declaration
bool IsWritable { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Edit this page View SourceGetValue()
Declaration
ITypedValue GetValue()
Returns
Type | Description |
---|---|
ITypedValue |
SetValue(Object)
Declaration
void SetValue(object newValue)
Parameters
Type | Name | Description |
---|---|---|
System.Object | newValue |