Symfonia.WebAPI.Interface.OSS.ViewModels.Common Namespace > OssContractor Class > OssContractor Properties > RecalculatePrices Property 

Drukuj

.NET Framework Class Library

OssContractor.RecalculatePrices Property

Czy ceny na dokumencie mają zostać przeliczone dla danego kontrahenta.

Namespace: Symfonia.WebAPI.Interface.OSS.ViewModels.Common

Assembly:  Symfonia.WebAPI.Interface.OSS (in Symfonia.WebAPI.Interface.OSS.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Public Property RecalculatePrices As Boolean
 Get
 Set

C#

public bool RecalculatePrices { getset; }

Visual C++

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

JavaScript

function get_recalculatePrices();
function set_recalculatePrices(value);

See Also

OssContractor Class

OssContractor Members

Symfonia.WebAPI.Interface.OSS.ViewModels.Common Namespace