Beispiel #1
0
 public QNameElementReferenceCollectionBuilderImpl(ChildElementCollectionImpl <TSource> collection)
     : base(collection)
 {
     this.ElementReferenceCollectionImpl = new QNameElementReferenceCollectionImpl <TArget, TSource>(collection);
 }
Beispiel #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);
 }
Beispiel #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);
 }
Beispiel #4
0
 public ElementReferenceCollectionBuilderImpl(ChildElementCollectionImpl <TSource> collection)
 {
     this.ElementReferenceCollectionImpl = new ElementReferenceCollectionImpl <TTarget, TSource>(collection);
 }
Beispiel #5
0
 public CollectionAnonymousInnerClass(ChildElementCollectionImpl <T> outerInstance, ModelElementInstanceImpl modelElement)
 {
     this._outerInstance = outerInstance;
     this.modelElement   = modelElement;
 }