示例#1
0
 public GetAllMarketsResultsFilter(string Field, QueryOperator Operator, string Value,
                                   GetAllMarketsResultsFilter And)
 {
     this.Field    = Field;
     this.Operator = Operator;
     this.Value    = Value;
     this.And      = And;
 }
示例#2
0
 public GetAllMarketsResultsFilter(string Field, QueryOperator Operator, string Value,
                                   GetAllMarketsResultsFilter And)
 {
     this.Field = Field;
     this.Operator = Operator;
     this.Value = Value;
     this.And = And;
 }