Extensions.ExternalServiceProvider.ConstructorSignature

From emotive
Revision as of 04:46, 13 November 2019 by Nb (talk | contribs) (Edited by Ngoc Tran.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introductions

This signature describes all available constructors for a provider.

  • Specification

For the creation of an OTX ExternalServiceProvider Extension a constructor will be needed. All supported constructors can be defined here. For a constructor only IN parameters are supported. A constructor can have one or more parameters. If no constructor is defined a standard creation sequence of the OTX ExternalServiceProvider Extension is used. The name attribute is mandatory (unlike the base type NamedAndSpecified where it is optional).

Checker rules

ExternalServiceProvider_Chk003 Input argument omission