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