Hi there,
        
The user John (jsimons) has changed the issue MR-ISSUE-501 "Removes the casting 
to string and allows to store any object types in DictHelper".
        
Here is what the user changed:
        
        Description
                from: The DictHelper class at the moment is casting all values 
added to its
internal dictionary to strings. 
This patch allows objects to be stored in the dictionary by removing the
ToString cast and is backwards compatible.
                to: The DictHelper class at the moment is casting all values 
added to its
internal dictionary to strings. 
This patch allows objects to be stored in the dictionary by removing the
ToString cast and is backwards compatible.
The reason for this is so that we can use it in situations like:
$Url.For($Dict.CreateN("action", "myaction").N("controller",
"mycontroller").N("querystring", $Dict.CreateN("t", "param1").N("s",
"param2")))
or
$Url.For($Dict.CreateN("action", "myaction").N("controller",
"mycontroller").N("params", $Dict.CreateN("t", "param1").N("s",
"param2")))
        
For more, see 
http://support.castleproject.org/projects/MR/issues/view/MR-ISSUE-501
 
        
--
donjon
by Castle Stronghold
http://www.castle-donjon.com



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Castle Project Development List" group.
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-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to