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