Very recently I was looking for an easy solution to extend my existing model objects with additional properties. The problem I had there was no option to mark these model classes as dynamic. What I came up with was a solution that uses ObjectProxy class that comes with Flex. ObjectProxy essentially is a class that [...]
Show Comments
Hide Comments