コード例 #1
0
ファイル: BusinessListBase.cs プロジェクト: czRequiem/csla
 /// <summary>
 /// Used by BusinessListBase as a child object is
 /// created to tell the child object about its
 /// parent.
 /// </summary>
 /// <param name="parent">A reference to the parent collection object.</param>
 void Core.IEditableCollection.SetParent(Core.IParent parent)
 {
     this.SetParent(parent);
 }
コード例 #2
0
 /// <summary>
 /// Used by BusinessListBase as a child object is
 /// created to tell the child object about its
 /// parent.
 /// </summary>
 /// <param name="parent">A reference to the parent collection object.</param>
 protected virtual void SetParent(Core.IParent parent)
 {
     _parent = parent;
 }
コード例 #3
0
ファイル: BusinessListBase.cs プロジェクト: czRequiem/csla
 /// <summary>
 /// Used by BusinessListBase as a child object is
 /// created to tell the child object about its
 /// parent.
 /// </summary>
 /// <param name="parent">A reference to the parent collection object.</param>
 protected virtual void SetParent(Core.IParent parent)
 {
     _parent          = parent;
     _identityManager = null;
     InitializeIdentity();
 }
コード例 #4
0
 /// <summary>
 /// Used by BusinessListBase as a child object is
 /// created to tell the child object about its
 /// parent.
 /// </summary>
 /// <param name="parent">A reference to the parent collection object.</param>
 internal void SetParent(Core.IParent parent)
 {
     _parent = parent;
 }