For Windsor xml configuration, are component parameter names case sensitive 
to their code counterparts (constructor argument names and property names)?

Example:

<component id="MyFoo" lifestyle="transient" service="Acme.Int.IFoo, 
Acme.Int" type=" Acme.Impl.Foo, Acme.Impl ">
        <parameters>
          <dateTimeFormat>dd/MM/yyyy hh:mm:ss</dateTimeFormat>  //this 
could be a constructor arg or param name.  is windsor case sensitive here?
      


-- 
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/castle-project-users/-/bRTfyZtNzC4J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en.

Reply via email to