Setting the Name property during registration of a component using Castle Windsor IoC container
问题 In my application I have a class named Message. There exists a property in the Message class with the name MessageType of type string. The MessageType property is used to alert the application as to what data schema will exist within the instance of the Message class. The Message class derives from an interface named IMessage. As an example let's say we have an instance of the Message class who's MessageType property has the value of "com.business.product.RegisterUser". Each MessageType