Description
This is a data collection of BOEInstructionParams data structure.
| |||
SQL Banking / BoE Instruction API BOE Instructions Params | |||
BOE Instructions Params Collection
SAP® B1 DI-API C# definitionpublic class BOEInstructionsParamsClass : IBOEInstructionsParams, BOEInstructionsParams, IEnumerable
{
public virtual int Count
{
get;
}
public extern BOEInstructionsParamsClass();
public virtual extern BOEInstructionParams Add();
public virtual extern IEnumerator GetEnumerator();
public virtual extern string GetXMLSchema();
public virtual extern BOEInstructionParams Item( object vtIndex);
public virtual extern void ToXMLFile( string bstrFileName);
public virtual extern string ToXMLString();
} Related informationBOE Instruction Params BOEInstructionParams Object This object holds identification properties for the BOEInstructionsService object. ![]() |
|||
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 |