Description
A collection of NCMCodeSetupParams objects.
| |||
SQL Administration / NCM Code DTW Production API NCM Code Setup Params Collection | |||
SAP® B1 DI-API C# definitionpublic class NCMCodeSetupParamsCollectionClass : INCMCodeSetupParamsCollection, NCMCodeSetupParamsCollection, IEnumerable
{
public virtual int Count
{
get;
}
public extern NCMCodeSetupParamsCollectionClass();
public virtual extern NCMCodeSetupParams Add();
public virtual extern IEnumerator GetEnumerator();
public virtual extern string GetXMLSchema();
public virtual extern NCMCodeSetupParams Item( object vtIndex);
public virtual extern void ToXMLFile( string bstrFileName);
public virtual extern string ToXMLString();
} Related informationNCM Code Setup Params NCMCodeSetupParams Object Holds the key and name to an existing NCM code.
This object is used to pass keys to and retrieve keys from NCMCodesSetupService methods. ![]() |
|||
SAP® Business One is the trademark(s) or registered trademark(s) of SAP AG in Germany and in several other countries. Contact This website is not affiliated with, maintained, authorized, endorsed or sponsored by SAP AG or any of its affiliates |