C# 클래스 ComponentFactory.Quicksilver.Binding.MultiBindingDecorator

상속: System.Windows.Markup.MarkupExtension
파일 보기 프로젝트 열기: ComponentFactory/Quicksilver

Private Properties

프로퍼티 타입 설명
ShouldSerializeBindings bool
ShouldSerializeFallbackValue bool
ShouldSerializeTargetNullValue bool
ShouldSerializeValidationRules bool

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
ShouldSerializeBindings ( ) : bool
ShouldSerializeFallbackValue ( ) : bool
ShouldSerializeTargetNullValue ( ) : bool
ShouldSerializeValidationRules ( ) : bool

메소드 상세

MultiBindingDecorator() 공개 메소드

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

ProvideValue() 공개 메소드

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.
리턴 object