コード例 #1
0
ファイル: _Filter.cs プロジェクト: mcartoixa/GeoSIK
 private void SetInnerType(FilterType ContentField)
 {
     this.ContentField=((FilterType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
コード例 #2
0
ファイル: _Filter.cs プロジェクト: mcartoixa/GeoSIK
 public Filter(FilterType content)
 {
     SetInnerType(content);
 }