public SyncDynamicEntity(EntityDescriptorCache descriptorCache)
 {
     Cache = descriptorCache;
 }
 public FieldDescriptorCache(EntityDescriptorCache entityCache)
 {
     EntityCache          = entityCache;
     DynamicEntityFactory = new SyncDynamicEntityFactory(entityCache);
 }
Example #3
0
 public SyncDynamicEntityFactory(EntityDescriptorCache cache)
 {
     Cache = cache;
 }