Difference between revisions of "Extensions.ExternalServiceProvider.ConstructorSignature"

From emotive
Jump to navigation Jump to search
(Created by Ngoc Tran.)
 
(Edited by Ngoc Tran.)
 
Line 2: Line 2:
 
== Introductions ==
 
== Introductions ==
 
This signature describes all available constructors for a provider.
 
This signature describes all available constructors for a provider.
 
== Properties ==
 
* '''Name''' (required)
 
*: Within the OTX document unique name
 
  
 
* '''Specification'''
 
* '''Specification'''

Latest revision as of 04:46, 13 November 2019

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