Search
SimpleEvaluationContext Members
Constructors Methods
 


Provides a basic implementation of the EvaluationContext interface.

The following tables list the members exposed by the SimpleEvaluationContext type.

 Public Constructors

  Name Description

SimpleEvaluationContext

Initializes a new instance of the SimpleEvaluationContext class for the specified object.

 Public Methods

  Name Description

addListener

Registers listener so that it will receive events from the context.

assignIdentifier

EvaluationContext.assignIdentifier implementation.

assignValue

Assigns the specified value to the property represented by the specified descriptor.

createMemberInfo

Overloaded.  

evaluateIdentifier

EvaluationContext.evaluateIdentifier implementation.

format

EvaluationContext.format implementation.

getDispatchFunctionParam

Gets a user-defined object passed to the DispatchFunctionCall event.

getLocalVars

 

invokeFunction

EvaluationContext.invokeFunction implementation.

isTargetProperty

Returns whether the underlying object exposes a public property with the specified name.

removeListener

Unregisters listener so that it will no longer receive events from the context.

setDispatchFunctionParam

Sets a user-defined object passed to the DispatchFunctionCall event.

 See Also