Exemplo n.º 1
0
 protected override void SetValueBuffer(TTarget aValue)
 {
     base.SetValueBuffer(aValue);
     this.ObjectProxy = new CObjectProxy <TTarget>(aValue);
     this.SetForeignKey(aValue.GuidValue);
 }
Exemplo n.º 2
0
 internal override void Load(Guid aGuid)
 {
     this.ObjectProxy = new CObjectProxy <TTarget>(this.ParentEntityObject.Storage, aGuid);
     this.RefreshValue();
 }