Sage.PL.WebAPI.Interface.Products.ViewModels.PriceCalculations Namespace > PriceCalculationCriteria Class > PriceCalculationCriteria Members

Drukuj

.NET Framework Class Library

PriceCalculationCriteria Members

The PriceCalculationCriteria type exposes the following members.

Constructors

 

Name

Description

Public method

PriceCalculationCriteria


Methods

 

Name

Description

Public method

Equals

(Inherited from Object.)

Protected method

Finalize

(Inherited from Object.)

Public method

GetHashCode

(Inherited from Object.)

Public method

GetType

(Inherited from Object.)

Protected method

MemberwiseClone

(Inherited from Object.)

Public method

ToString

(Inherited from Object.)

Public method

Validate


Properties

 

Name

Description

Public property

CalculationMethod

Sposób wyliczenia ceny. Pole jest wymagane.

Dostępne są dwa sposoby wyliczania ceny towaru:

- zgodnie z Handlem (implementacja algorytmu odzwierciedlająca zachowanie Handlu w kwestii wyliczenia ceny towaru)

- zgodnie z algorytmem (implementacja algorytmu zgodna z założeniami [1] i [2]).

Public property

ContractorId

Id kontrahenta. Pole jest wymagane.

(Inherited from PriceCalculation.)

Public property

Currency

Waluta. Pole jest wymagane.

(Inherited from PriceCalculation.)

Public property

Date

Data na którą cena obowiązuje. Pole jest wymagane.

(Inherited from PriceCalculation.)

Public property

DepartmentId

Id działu. Pole jest wymagane.

(Inherited from PriceCalculation.)

Public property

PriceType

Typ ceny sprzedaży. Pole jest wymagane.

(Inherited from PriceCalculation.)

Public property

Products

Lista towarów, dla których ma zostać wyliczona cena. Pole jest wymagane.

See Also

PriceCalculationCriteria Class

Sage.PL.WebAPI.Interface.Products.ViewModels.PriceCalculations Namespace