Beispiel #1
0
 private void SetInnerType(GmlObjectIdType ContentField)
 {
     this.ContentField=((GmlObjectIdType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
     base.SetSubstitutionMember(ContentField);
 }
Beispiel #2
0
 public GmlObjectId(GmlObjectIdType content) :
     base(true)
 {
     SetInnerType(content);
 }