Beispiel #1
0
 public HUB2013A(Model.Data.Field.View.HUB2013A field, dynamic value, ERelationalOperator operator_ = ERelationalOperator.Equal, bool tip_ = false)
 {
     this.Field    = field;
     this.Value    = value;
     this.Operator = operator_;
     this.Tip      = tip_;
 }
Beispiel #2
0
 public HUB2013A(Model.Data.Field.View.HUB2013A field, bool descending = false)
 {
     this.Field      = field;
     this.Descending = descending;
 }