예제 #1
0
파일: _Filter.cs 프로젝트: mcartoixa/GeoSIK
 private void SetInnerType(PropertyIsLikeType ContentField)
 {
     this.ContentField=((PropertyIsLikeType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
     base.SetSubstitutionMember(ContentField);
 }
예제 #2
0
파일: _Filter.cs 프로젝트: mcartoixa/GeoSIK
 public PropertyIsLike(PropertyIsLikeType content) :
     base(true)
 {
     SetInnerType(content);
 }