Table of Contents

Class ServiceExpressionContextAccessor

Namespace
Steeltoe.Common.Expression.Internal.Contexts
Assembly
Steeltoe.Common.Expression.dll
public class ServiceExpressionContextAccessor : IPropertyAccessor
Inheritance
ServiceExpressionContextAccessor
Implements
Inherited Members

Methods

CanRead(IEvaluationContext, object, string)

public bool CanRead(IEvaluationContext context, object target, string name)

Parameters

context IEvaluationContext
target object
name string

Returns

bool

CanWrite(IEvaluationContext, object, string)

public bool CanWrite(IEvaluationContext context, object target, string name)

Parameters

context IEvaluationContext
target object
name string

Returns

bool

GetSpecificTargetClasses()

public IList<Type> GetSpecificTargetClasses()

Returns

IList<Type>

Read(IEvaluationContext, object, string)

public ITypedValue Read(IEvaluationContext context, object target, string name)

Parameters

context IEvaluationContext
target object
name string

Returns

ITypedValue

Write(IEvaluationContext, object, string, object)

public void Write(IEvaluationContext context, object target, string name, object newValue)

Parameters

context IEvaluationContext
target object
name string
newValue object