C# Class ComponentFactory.Quicksilver.Binding.EvalNodeIdentifier

EvalNode that represents an identifier.
Inheritance: EvalNode
Show file Open project: ComponentFactory/Quicksilver

Public Methods

Method Description
EvalNodeIdentifier ( Eval eval, string identifier, System.Language language ) : System

Initialize a new instance of the EvalNodeIdentifier class.

Evaluate ( object thisObject ) : EvalResult

Evalaute this node and return result.

ToString ( ) : string

Human readable version of the expression.

Private Methods

Method Description
EvalNodeIdentifier ( ) : System

Method Details

EvalNodeIdentifier() public method

Initialize a new instance of the EvalNodeIdentifier class.
public EvalNodeIdentifier ( Eval eval, string identifier, System.Language language ) : System
eval Eval Owning eval instance..
identifier string Specifies identifier of the member to call.
language System.Language Language used for evaluation.
return System

Evaluate() public method

Evalaute this node and return result.
public Evaluate ( object thisObject ) : EvalResult
thisObject object Reference to object that is exposed as 'this'.
return EvalResult

ToString() public method

Human readable version of the expression.
public ToString ( ) : string
return string