Exemplo n.º 1
0
 public QNameElementReferenceCollectionBuilderImpl(ChildElementCollectionImpl <TSource> collection)
     : base(collection)
 {
     this.ElementReferenceCollectionImpl = new QNameElementReferenceCollectionImpl <TArget, TSource>(collection);
 }
Exemplo n.º 2
0
 public ElementReferenceCollectionBuilderImpl(Type childElementType, Type referenceTargetClass, ChildElementCollectionImpl <Source> collection)
 {
     referenceTargetClass                = typeof(Target);
     this.childElementType               = childElementType;
     this.referenceTargetClass           = referenceTargetClass;
     this.elementReferenceCollectionImpl = new ElementReferenceCollectionImpl <Target, Source>(collection);
 }
Exemplo n.º 3
0
 public QNameElementReferenceCollectionBuilderImpl(Type childElementType, Type referenceTargetClass, ChildElementCollectionImpl <Source> collection)
 {
     referenceTargetClass = typeof(Target);
     base(childElementType, referenceTargetClass, collection);
     this.elementReferenceCollectionImpl = new QNameElementReferenceCollectionImpl <Target, Source>(collection);
 }
Exemplo n.º 4
0
 public ElementReferenceCollectionBuilderImpl(ChildElementCollectionImpl <TSource> collection)
 {
     this.ElementReferenceCollectionImpl = new ElementReferenceCollectionImpl <TTarget, TSource>(collection);
 }
Exemplo n.º 5
0
 public CollectionAnonymousInnerClass(ChildElementCollectionImpl <T> outerInstance, ModelElementInstanceImpl modelElement)
 {
     this._outerInstance = outerInstance;
     this.modelElement   = modelElement;
 }