Exemple #1
0
 private void SetInnerType(FilterType ContentField)
 {
     this.ContentField=((FilterType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
Exemple #2
0
 public Filter(FilterType content)
 {
     SetInnerType(content);
 }