예제 #1
0
 public void Reinitialize()
 {
     Dersa.Common.DersaSqlManager M = new Dersa.Common.DersaSqlManager();
     System.Data.DataTable        T = M.GetEntity(this.Id.ToString());
     this._object     = new Dersa.Common.Entity(T, M);
     this._parent     = null;
     this._aRelations = null;
     this._bRelations = null;
     this._children   = null;
     ClearCache();
 }
예제 #2
0
 public void SetParent(Dersa.Interfaces.ICompiledEntity parent)
 {
     this._parent = parent;
 }