Let me first start off with saying that I'm not sure if I'm going about this the right way, so if there's a better way please let me know. I have a class that implements IStartable and therefore gets registered automatically by my assembly-scanning code similar to that seen here:
But my class also has some configuration properties that I'd like to set in XML. What I end up with is 2 registrations for my component. And when my component gets started up, it doesn't have the config parameters since it doesn't know about the XML side. What is the preferred method for doing this?
Thanks,
tim