Sage.PL.WebAPI.Interface.Products.ViewModels.Prices Namespace > ProductPricesEdit Class > ProductPricesEdit Properties > SalePriceRecalculate Property 

Drukuj

.NET Framework Class Library

ProductPricesEdit.SalePriceRecalculate Property

Flaga oznaczająca, czy przy tworzeniu nowego towaru lub aktualizacji istniejącego, cenu sprzedaży mają zostać przeliczone na podstawie ceny bazowej.

Pole wykorzystywane jest tylko przy zapisie.

Namespace: Sage.PL.WebAPI.Interface.Products.ViewModels.Prices

Assembly:  Sage.PL.WebAPI.Interface.Products (in Sage.PL.WebAPI.Interface.Products.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Public Property SalePriceRecalculate As Boolean
 Get
 Set

C#

public bool SalePriceRecalculate { getset; }

Visual C++

public:
property bool SalePriceRecalculate {
 bool get ();
 void set (bool value);
}

JavaScript

function get_salePriceRecalculate();
function set_salePriceRecalculate(value);

See Also

ProductPricesEdit Class

ProductPricesEdit Members

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