示例#1
0
 private Db4objects.Drs.Inside.ICollectionHandler CollectionHandler()
 {
     if (_collectionHandler == null)
     {
         _collectionHandler = new CollectionHandlerImpl(ReplicationReflector());
     }
     return(_collectionHandler);
 }
示例#2
0
 public virtual void ReplicationReflector(ReplicationReflector replicationReflector
                                          )
 {
     Db4objects.Drs.Inside.ICollectionHandler _collectionHandler = new CollectionHandlerImpl
                                                                       (replicationReflector);
     _traverser = new TransientReplicationProvider.MyTraverser(this, replicationReflector
                                                               , _collectionHandler);
 }