Extensions.ExternalServiceProvider.ConstructorSignature
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 |