Symfonia.WebAPI.Interface.OSS.ViewModels.Orders Namespace > OssOrderPositionElement Class > OssOrderPositionElement Properties > ErpProductId Property 

Drukuj

.NET Framework Class Library

OssOrderPositionElement.ErpProductId Property

Identyfikator towaru z programu Handel. Pole wymagane w przypadku gdy pole ShopProductId jest puste.

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

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 ErpProductId As Nullable(Of Integer)
 Get
 Set

C#

public Nullable<intErpProductId { getset; }

Visual C++

public:
property Nullable<intErpProductId {
 Nullable<intget ();
 void set (Nullable<intvalue);
}

JavaScript

function get_erpProductId();
function set_erpProductId(value);

Remarks

Nie są obsługiwanie towary o typie zestaw.

See Also

OssOrderPositionElement Class

OssOrderPositionElement Members

Symfonia.WebAPI.Interface.OSS.ViewModels.Orders Namespace