Description
A collection of DepreciationLevel objects.
| |||
API Depreciation Level Collection | |||
SAP® B1 DI-API C# definitionpublic class DepreciationLevelCollectionClass : IDepreciationLevelCollection, DepreciationLevelCollection, IEnumerable
{
public virtual int Count
{
get;
}
public extern DepreciationLevelCollectionClass();
public virtual extern DepreciationLevel Add();
public virtual extern IEnumerator GetEnumerator();
public virtual extern string GetXMLSchema();
public virtual extern DepreciationLevel Item( object vtIndex);
public virtual extern void ToXMLFile( string bstrFileName);
public virtual extern string ToXMLString();
} API Depreciation Level Collection | |||
Depreciation Level Collection Property
|
Visual Basic |
---|
Public Property DepreciationLevelCollection() As DepreciationLevelCollection |