예제 #1
0
 void ICachedEntity.SetContext(CacheContext context)
 {
     this._metaCache = context;
 }
예제 #2
0
 void ICachedEntity.SetContext(CacheContext context)
 {
     this._metaCache     = context;
     this.ProcessEntity  = context.FindById <SysEntity>(this.ProcessEntityId);
     this.ActivityEntity = context.FindById <SysEntity>(this.ActivityEntityId);
 }
 public override void SetContext(CacheContext context)
 {
     base.SetContext(context);
     this.RedirectEntity = context.FindById <SysEntity>(this.RedirectEntityId);
 }
예제 #4
0
 void ICachedEntity.SetContext(CacheContext context)
 {
     this._metaCache = context;
     this.DbSchema   = context.FindById <SysDbSchema>(this.DbSchemaId);
 }
예제 #5
0
 void ICachedEntity.SetContext(CacheContext context)
 {
 }
 public override void SetContext(CacheContext context)
 {
     base.SetContext(context);
     this.Relation = context.FindById <SysOneMoreRelation>(this.RelationId);
 }
예제 #7
0
 void ICachedEntity.SetContext(CacheContext context)
 {
     this._metaCache  = context;
     this.OwnerEntity = context.FindById <SysEntity>(this.EntityId);
     this.OwnerView   = context.FindById <SysView>(this.ViewId);
 }
예제 #8
0
 void ICachedEntity.SetContext(CacheContext context)
 {
     this._metaCache  = context;
     this.OwnerEntity = context.FindById <SysEntity>(this.Entity_ID);
     this.OwnerPage   = context.FindById <SysPage>(this.PageId);
 }