Returns all order lines.


Namespace: Economic.Api
Assembly: Economic.Api (in Economic.Api.dll)

Syntax

Visual Basic (Declaration)
Function GetAll() As IOrderLine()
C#
IOrderLine[] GetAll()
C++
array<IOrderLine>^ GetAll() abstract 
J#
IOrderLine[] GetAll()
JScript
function GetAll() : IOrderLine[]

Return Value

An array of the order lines.

See Also