Skip to main content
Skip table of contents

TBeasCbDynamicServiceInput

TBeasCbDynamicServiceInput

Die Klasse TBeasCbDynamicServiceInput kapselt die ServiceInputParameter für Services vom Typ beasServiceTypeStandard

Eigenschaften


CbParams:O

Parameter-Objekt vom Typ TBeasCbServiceInputParam mit Basisklasse TBeasCustomCbServiceParam

Beispiel

CODE
//
// siehe auch TBeasCustomCbServiceParam
//
|oUserSession:P1, oContext:P2, oInputParam:P3, oOutputParam:P4, nContactId, nContactName|
oOutputParam.CbResultType := crtBeasParams,
nContactId   := oInputParam.CbParams.ParamValue("ContactPerson.id"),
nContactName := oInputParam.CbParams.ParamValueDef("ContactPerson.name", ""),

Weitere Verknüpfungen


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.