C# Class ComponentFactory.Quicksilver.Binding.EvalBinding

Evaluates an expression using the collection of Bindings as a source of values.
Inheritance: MultiBindingDecorator
Show file Open project: ComponentFactory/Quicksilver

Public Methods

Method Description
ProvideValue ( IServiceProvider serviceProvider ) : object

Returns an object that should be set on the property where this binding and extension are applied.

Private Methods

Method Description
EvalBinding ( ) : System

Method Details

ProvideValue() public method

Returns an object that should be set on the property where this binding and extension are applied.
public ProvideValue ( IServiceProvider serviceProvider ) : object
serviceProvider IServiceProvider The object that can provide services for the markup extension.
return object