Example #1
0
 public override void OnAddExportedTypes(DevExpress.ExpressApp.ModuleBase module)
 {
     module.AdditionalExportedTypes.Add(typeof(ImportHeadersParam));
     module.AdditionalExportedTypes.Add(typeof(ImportOrdinalsParam));
     module.AdditionalExportedTypes.Add(typeof(ImportForexParam));
     module.AdditionalExportedTypes.Add(typeof(MockFactObject));
     module.AdditionalExportedTypes.Add(typeof(MockLookupObject1));
     module.AdditionalExportedTypes.Add(typeof(MockLookupObject2));
     module.AdditionalExportedTypes.Add(typeof(ImportRequest));
     module.AdditionalExportedTypes.Add(typeof(HeaderToFieldMap));
 }
Example #2
0
 public override void OnAddExportedTypes(DevExpress.ExpressApp.ModuleBase module)
 {
     module.AdditionalExportedTypes.Add(typeof(MockFactObject));
     module.AdditionalExportedTypes.Add(typeof(MockLookupObject1));
     module.AdditionalExportedTypes.Add(typeof(MockLookupObject2));
 }