Description
A collection of InventoryPostingLineUoM objects.
| |||
API Inventory Posting Line Uo Ms | |||
Inventory Posting Line Uo Ms Collection
SAP® B1 DI-API C# definitionpublic class InventoryPostingLineUoMsClass : IInventoryPostingLineUoMs, InventoryPostingLineUoMs, IEnumerable
{
public virtual int Count
{
get;
}
public extern InventoryPostingLineUoMsClass();
public virtual extern InventoryPostingLineUoM Add();
public virtual extern IEnumerator GetEnumerator();
public virtual extern string GetXMLSchema();
public virtual extern InventoryPostingLineUoM Item( object vtIndex);
public virtual extern void ToXMLFile( string bstrFileName);
public virtual extern string ToXMLString();
} API Inventory Posting Line Uo Ms | |||
Inventory Posting Line Uo Ms Property
|
Visual Basic |
---|
Public Property InventoryPostingLineUoMs() As InventoryPostingLineUoMs |