Beispiel #1
0
 internal void CopyTo(TourCostFormula formula)
 {
     //formula.Id = this.Id;
     formula.PriceOperation = this.PriceOperation;
     formula.Value          = this.Value;
     formula.ValueOperation = this.ValueOperation;
     formula.Currency       = this.Currency;
 }
Beispiel #2
0
        public TourCostRule()
        {
            this.constraints        = new TourCostRuleConstraintCollection();
            this.DeletedConstraints = new TourCostRuleConstraintCollection();

            this.IsPerPerson = true;
            this.id          = -1;
            this.formula     = new TourCostFormula();
        }