프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
public ProvideValue ( IServiceProvider serviceProvider ) : object | ||
serviceProvider | IServiceProvider | The object that can provide services for the markup extension. |
리턴 | object |