Sage.PL.WebAPI.Interface.Orders.ViewModels Namespace > Order Class > Order Properties > Positions Property 

Drukuj

.NET Framework Class Library

Order.Positions Property

Płaska lista pozycji na dokumencie.

Namespace: Sage.PL.WebAPI.Interface.Orders.ViewModels

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

Syntax

Visual Basic

Public Property Positions As List(Of OrderPosition)
 Get
 Set

C#

public List<OrderPositionPositions { getset; }

Visual C++

public:
property List<OrderPosition^>^ Positions {
 List<OrderPosition^>^ get ();
 void set (List<OrderPosition^>^ value);
}

JavaScript

function get_positions();
function set_positions(value);

See Also

Order Class

Order Members

Sage.PL.WebAPI.Interface.Orders.ViewModels Namespace