예제 #1
0
 public TrueShipFilterBuilder(TrueShipField field)
 {
     this.Field = field;
 }
예제 #2
0
 public TrueShipFilter(TrueShipField field, TrueShipFilterRelation relation, object value)
 {
     this.Field    = field;
     this.Relation = relation;
     this.Value    = value.ToString();
 }