Exemple #1
0
 public PropertyIsGreaterThanOrEqualTo(BinaryComparisonOpType content) :
     base(true)
 {
     SetInnerType(content);
 }
Exemple #2
0
 private void SetInnerType(BinaryComparisonOpType ContentField)
 {
     this.ContentField=((BinaryComparisonOpType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
     base.SetSubstitutionMember(ContentField);
 }
Exemple #3
0
 public PropertyIsLessThan(BinaryComparisonOpType content) :
     base(true)
 {
     SetInnerType(content);
 }