示例#1
0
 private void SetInnerType(ComparisonOpsType ContentField)
 {
     this.ContentField=((ComparisonOpsType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
示例#2
0
 protected virtual void SetSubstitutionMember(ComparisonOpsType ContentField)
 {
     this.ContentField=ContentField;
 }
示例#3
0
 public comparisonOps(ComparisonOpsType content)
 {
     SetInnerType(content);
 }