Hi guys, Let's say I have a class Family, which has a collection of Persons, the members of the family (father, son, etc). I need to be able to get all my family members through the Members property of the Family class. And I also need to know specifically who the father of the family is. So I need an association from the Family class to the Person class, through the Father property. The father should also be in the Members collection. I should be able to change who the father is, set a new father if I need to. I haven't found any elegant way to do this.
All help is appreciated. Thank you, Giovanni Bassi -- You received this message because you are subscribed to the Google Groups "nhusers" 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/nhusers?hl=en.
