Example #1
0
 private void SetInnerType(AbstractQueryType ContentField)
 {
     this.ContentField=((AbstractQueryType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
Example #2
0
 protected virtual void SetSubstitutionMember(AbstractQueryType ContentField)
 {
     this.ContentField=ContentField;
 }
Example #3
0
 public AbstractQuery(AbstractQueryType content)
 {
     SetInnerType(content);
 }