C# Class ComponentFactory.Quicksilver.Binding.MultiBindingDecorator

Inheritance: System.Windows.Markup.MarkupExtension
Afficher le fichier Open project: ComponentFactory/Quicksilver

Private Properties

Свойство Type Description
ShouldSerializeBindings bool
ShouldSerializeFallbackValue bool
ShouldSerializeTargetNullValue bool
ShouldSerializeValidationRules bool

Méthodes publiques

Méthode 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

Méthode Description
ShouldSerializeBindings ( ) : bool
ShouldSerializeFallbackValue ( ) : bool
ShouldSerializeTargetNullValue ( ) : bool
ShouldSerializeValidationRules ( ) : bool

Method Details

MultiBindingDecorator() public méthode

Initalize a new instance of the MultiBindingDecorator class.
public MultiBindingDecorator ( ) : System
Résultat System

ProvideValue() public méthode

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.
Résultat object