New Posts New Posts RSS Feed: Deep Clone
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

Deep Clone

 Post Reply Post Reply Page  <12
Author
hueha View Drop Down
Newbie
Newbie


Joined: 23-Jul-2010
Posts: 38
Post Options Post Options   Quote hueha Quote  Post ReplyReply Direct Link To This Post Topic: Deep Clone
    Posted: 17-Jul-2011 at 3:14am
the interface is simple

public interface IMyCloningMethods
    {
        void GetEntityGraphAsync(Action<IList<Object>> callback);
       
    }

What you do is for each object you use findentitygraph to return a list of related objects to the depth you require.



Back to Top
 Post Reply Post Reply Page  <12

Forum Jump Forum Permissions View Drop Down