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