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