コード例 #1
0
 public SyncDynamicEntity(EntityDescriptorCache descriptorCache)
 {
     Cache = descriptorCache;
 }
コード例 #2
0
 public FieldDescriptorCache(EntityDescriptorCache entityCache)
 {
     EntityCache          = entityCache;
     DynamicEntityFactory = new SyncDynamicEntityFactory(entityCache);
 }
コード例 #3
0
 public SyncDynamicEntityFactory(EntityDescriptorCache cache)
 {
     Cache = cache;
 }