C# Class ComponentFactory.Quicksilver.Binding.MultiBindingDecorator

Inheritance: System.Windows.Markup.MarkupExtension
Mostra file Open project: ComponentFactory/Quicksilver

Private Properties

Property Type Description
ShouldSerializeBindings bool
ShouldSerializeFallbackValue bool
ShouldSerializeTargetNullValue bool
ShouldSerializeValidationRules bool

Public Methods

Method Description
MultiBindingDecorator ( ) : System

Initalize a new instance of the MultiBindingDecorator class.

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
ShouldSerializeBindings ( ) : bool
ShouldSerializeFallbackValue ( ) : bool
ShouldSerializeTargetNullValue ( ) : bool
ShouldSerializeValidationRules ( ) : bool

Method Details

MultiBindingDecorator() public method

Initalize a new instance of the MultiBindingDecorator class.
public MultiBindingDecorator ( ) : System
return System

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