Top "Parent-child" questions

A relationship between entities in which one acts in a major role and the other in a minor role.

How to let a parent class know about a change in its children?

This is an example code: public class MyParent : INotifyPropertyChanged { List<MyChild> MyChildren; public bool IsChanged { get { foreach (var …

c# wpf binding parent-child inotifypropertychanged
How to set default child view with Angular UI Router

Let's say I have the following 3 Angular UI Router states: $stateProvider .state('adminCompanies', { abstract: true, url: "/admin/companies", template: '&…

javascript angularjs parent-child angular-ui
Finding the location of a parent node in a binary tree

So I need help coming up with an expression that will always give me the location of a child's parent …

c++ tree binary-tree parent-child uncertainty
Css Transition on hover for child element

Im trying to pause the display of a child element when it's parent is hovered over. Html: <span> &…

css parent-child css-transitions
NHibernate.StaleStateException : Unexpected row count: 0; expected: 1

Hl Guys, I am busy writing a backend administrative program for a system that exists. I have selected NHibernate for …

nhibernate nhibernate-mapping parent-child
How to CenterParent a non-modal form

I have a non-modal child form which opens up from a parent form. I need to center the child form …

c# winforms forms parent-child centering
Javascript Passing value from a popup window to its parent window

I'm new in javascript and I'm stuck here. Let's say I have a parent window and it has an input …

javascript parent-child popupwindow
android: how to make a child view overlap the parent?

I need to implement the layout as in the picture. Parent and Sibling are in a vertical LinearLayout. So I …

android layout parent-child
Difference between a parent class and super class

Is there any difference between a parent class and a super class? Is a super class simply a parent class …

oop parent-child
Self referencing / parent-child relationship in Entity Framework

I read quite a number of posts of programmers that run into the Unable to determine a valid ordering for …

entity-framework entity-framework-4.1 ef-code-first parent-child self-reference