Description
A collection of CockpitParams objects.
| |||
SQL Others / Cockpit Main Table API Cockpits Params | |||
Cockpits Params Collection
SAP® B1 DI-API C# definitionpublic class CockpitsParamsClass : ICockpitsParams, CockpitsParams, IEnumerable
{
public virtual int Count
{
get;
}
public extern CockpitsParamsClass();
public virtual extern CockpitParams Add();
public virtual extern IEnumerator GetEnumerator();
public virtual extern string GetXMLSchema();
public virtual extern CockpitParams Item( object vtIndex);
public virtual extern void ToXMLFile( string bstrFileName);
public virtual extern string ToXMLString();
} Related informationCockpit Params CockpitParams Object Holds the key to an existing cockpit.
This object is used to pass keys to and retrieve keys from CockpitsService 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 |