コード例 #1
0
ファイル: StereotypeBaseE.cs プロジェクト: DersaProject/dersa
 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
ファイル: StereotypeBaseE.cs プロジェクト: DersaProject/dersa
 public void SetParent(Dersa.Interfaces.ICompiledEntity parent)
 {
     this._parent = parent;
 }