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