Пример #1
0
 void IBusinessObject.SetParent(IBusinessList parent)
 {
     this.SetParent(parent);
 }
Пример #2
0
 /// <summary>
 /// Used by BusinessListBase as a child is created to tell the child
 /// about its parent.
 /// </summary>
 /// <param name="parent">A reference to the parent object collection.</param>
 protected internal void SetParent(IBusinessList parent)
 {
     _parent = parent;
 }