Passing object to the constuctor of Entity Class with adding new item from DataForm!
Posted
by Muhammad Jamal Shaikh
on Stack Overflow
See other posts from Stack Overflow
or by Muhammad Jamal Shaikh
Published on 2010-05-08T21:13:01Z
Indexed on
2010/05/08
21:18 UTC
Read the original article
Hit count: 336
Silverlight
hi,
here is my case , i want to assign roles to my employees. All Roles are need to be sent to the constructor of the employee class when a user clicks + sign on the top of dataform(Silverlight toolkit 2009).
if i put a break point on the default constructor , it gets hit. so i just want the dataform to send this collection when ever it creates new employee.
thanks
Jamal.
© Stack Overflow or respective owner