Esempio n. 1
0
 //Extra constructor to enable Value mapping customisation
 public ExcelImportWizard(XPObjectSpace objectSpace, ITypeInfo typeInfo,
                          CollectionSourceBase collectionSourceBase, XafApplication application,
                          StringValueMapper valueMapper)
     : this(objectSpace, typeInfo, collectionSourceBase, application, valueMapper.MapValueToObjectProperty)
 {
 }
Esempio n. 2
0
 //Extra constructor to enable Value mapping customisation
 public ExcelImportWizard(XPObjectSpace objectSpace, ITypeInfo typeInfo,
     CollectionSourceBase collectionSourceBase, XafApplication application,
     StringValueMapper valueMapper)
     : this(objectSpace, typeInfo, collectionSourceBase, application, valueMapper.MapValueToObjectProperty) {
 }
Esempio n. 3
0
 //Extra constructor to enable Value mapping customisation
 public ExcelImportWizard(XPObjectSpace objectSpace, ITypeInfo typeInfo,
                          StringValueMapper valueMapper)
     : this(objectSpace, typeInfo, valueMapper.MapValueToObjectProperty)
 {
 }