Inheritance: IMvxPluginTargetBindingFactory
 public MvxSimplePropertyInfoTargetBindingFactory(Type bindingType, Type targetType, string targetName)
 {
     this._bindingType = bindingType;
     this._innerFactory = new MvxPropertyInfoTargetBindingFactory(targetType, targetName, this.CreateTargetBinding);
 }
Beispiel #2
0
 public MvxSimplePropertyInfoTargetBindingFactory(Type bindingType, Type targetType, string targetName)
 {
     this._bindingType  = bindingType;
     this._innerFactory = new MvxPropertyInfoTargetBindingFactory(targetType, targetName, this.CreateTargetBinding);
 }