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

Drukuj

.NET Framework Class Library

ProductPricesEdit.CalcOther Property

Cześć składowa 'inne' ceny zakupu w walucie. Obiekt, który jest odpowiednikiem pola [kalkInne] z obiektu BTowar.

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 CalcOther As ProductPrice
 Get
 Set

C#

public ProductPrice CalcOther { getset; }

Visual C++

public:
property ProductPriceCalcOther {
 ProductPriceget ();
 void set (ProductPricevalue);
}

JavaScript

function get_calcOther();
function set_calcOther(value);

See Also

ProductPricesEdit Class

ProductPricesEdit Members

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