public BindAttributeInstaller(BindAttributeBase attribute, Type concreteType)
 {
     this.attribute = attribute;
     this.concreteType = concreteType;
 }
Exemplo n.º 2
0
 IBindingInstaller CreateAttributeInstaller(BindAttributeBase attribute, Type type)
 {
     return new BindAttributeInstaller(attribute, type);
 }
Exemplo n.º 3
0
 public BindAttributeInstaller(BindAttributeBase attribute, Type concreteType)
 {
     this.attribute    = attribute;
     this.concreteType = concreteType;
 }
Exemplo n.º 4
0
 IBindingInstaller CreateAttributeInstaller(BindAttributeBase attribute, Type type)
 {
     return(new BindAttributeInstaller(attribute, type));
 }