How to pass only a sub set of overrides

Original Post Pawel Pabich's Avatar

Pawel Pabich

31 May, 2010 02:02 PM via web

Hi,

I'm sure I'm missing something obvious here but I don't see how I can pass only a subset of overrides from a given assembly.
All I've found is this:
.UseOverridesFromAssemblyOf()

whereas I'm looking for something like this:

.UseOverridesFromAssemblyOf(t => t.Namespace == overrideNamespace)

The reason is that I have two sets of mappings and overrides in the same assembly and I don't want to apply all of them at the same time. Is there API that lets me filter out the types that I don't need ?

Thanks

Pawel

    Reply to this discussion

    Preview Comments are parsed with Markdown. Help with syntax

    Attached Files

      You can attach files up to 10MB

      What day comes after Monday?

      Recent Discussions

      05 Jul, 2010 10:29 PM
      05 Jul, 2010 12:45 PM
      05 Jul, 2010 12:42 PM
      05 Jul, 2010 12:17 PM
      05 Jul, 2010 12:12 PM

       

      03 Jul, 2010 12:26 AM
      02 Jul, 2010 02:17 PM
      02 Jul, 2010 08:18 AM
      02 Jul, 2010 12:20 AM
      01 Jul, 2010 10:14 PM