Beispiel #1
0
 protected Resolver()
 {
     this.resolveDocumentDelegate_ = new DelegateResolver.ResolveDocumentDelegate(this.ResolveDocumentWrapper);
     this.resolveCollectionDelegate_ = new DelegateResolver.ResolveCollectionDelegate(this.ResolveCollectionWrapper);
     this.resolveSchemaDelegate_ = new DelegateResolver.ResolveSchemaDelegate(this.ResolveSchemaWrapper);
     this.resolveEntityDelegate_ = new DelegateResolver.ResolveEntityDelegate(this.ResolveEntityWrapper);
     this.res_ = new DelegateResolver(this.resolveDocumentDelegate_, this.resolveCollectionDelegate_, this.resolveSchemaDelegate_, this.resolveEntityDelegate_);
 }
Beispiel #2
0
 protected Resolver()
 {
     this.resolveDocumentDelegate_   = new DelegateResolver.ResolveDocumentDelegate(this.ResolveDocumentWrapper);
     this.resolveCollectionDelegate_ = new DelegateResolver.ResolveCollectionDelegate(this.ResolveCollectionWrapper);
     this.resolveSchemaDelegate_     = new DelegateResolver.ResolveSchemaDelegate(this.ResolveSchemaWrapper);
     this.resolveEntityDelegate_     = new DelegateResolver.ResolveEntityDelegate(this.ResolveEntityWrapper);
     this.res_ = new DelegateResolver(this.resolveDocumentDelegate_, this.resolveCollectionDelegate_, this.resolveSchemaDelegate_, this.resolveEntityDelegate_);
 }