Description
A collection of LandedCost_ItemLine objects.
| |||
API Landed Cost Item Lines | |||
Landed Cost Item Lines Collection
SAP® B1 DI-API C# definitionpublic class LandedCost_ItemLinesClass : ILandedCost_ItemLines, LandedCost_ItemLines, IEnumerable
{
public virtual int Count
{
get;
}
public extern LandedCost_ItemLinesClass();
public virtual extern LandedCost_ItemLine Add();
public virtual extern IEnumerator GetEnumerator();
public virtual extern string GetXMLSchema();
public virtual extern LandedCost_ItemLine Item( object vtIndex);
public virtual extern void Remove( object vtIndex);
public virtual extern void ToXMLFile( string bstrFileName);
public virtual extern string ToXMLString();
} API Landed Cost Item Lines | |||
Landed Cost Item Lines Property
|
Visual Basic |
---|
Public Property LandedCost_ItemLines() As LandedCost_ItemLines |