Exemplo n.º 1
0
 public Filter(string field, string value, ConditionType?condition = null)
 {
     this.field          = field;
     this.value          = value;
     this.condition_type = condition?.StringValue();
 }