Beispiel #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)
 {
 }
 //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) {
 }
Beispiel #3
0
 //Extra constructor to enable Value mapping customisation
 public ExcelImportWizard(XPObjectSpace objectSpace, ITypeInfo typeInfo,
                          StringValueMapper valueMapper)
     : this(objectSpace, typeInfo, valueMapper.MapValueToObjectProperty)
 {
 }