Exemplo n.º 1
0
 public string GetFilterContent()
 {
     return(field.GetContent());
 }
Exemplo n.º 2
0
 public DateFilter(string name, string query)
 {
     field      = new DateField(name);
     this.query = query;
     normal     = field.GetContent();
 }