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

Drukuj

.NET Framework Class Library

Product.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

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

Product Class

Product Members

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