OTX Reference  
OpenTestSystem.Otx.Extensions.ExternalServiceProvider.Signatures.ServiceProviderSignature.Constructors.ConstructorSignature Class Reference

For the creation of a service provider a constructor might 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 service provider is used. The name attribute is mandatory (unlike the base type NamedAndSpecified where it is optional). More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.ExternalServiceProvider.Signatures.ServiceProviderSignature.Constructors.ConstructorSignature:
Inheritance graph

Classes

class  ConstructorRealisation
 Contains a list of parameter descriptions adhering to a constructor. More...
 

Public Attributes

ConstructorRealisation realisation
 Contains a list of parameter descriptions adhering to a constructor. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.UniversalTypes.NamedAndSpecified
ExtensibleData[] extendedData
 Declares general data for NamedAndSpecified which can be extented by new general data defined in new OTX extensions using the standardised extension mechanism. For example it can be used to specify specification relevant content in a better structured way. More...
 
OtxId id
 Unique identifier of an element More...
 
MetaData metaData
 Additional tool-specific data More...
 
OtxName name
 Name of an element More...
 
NamedAndSpecifiedSpecification[] specification
 Descriptive specification More...
 

Detailed Description

For the creation of a service provider a constructor might 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 service provider is used. The name attribute is mandatory (unlike the base type NamedAndSpecified where it is optional).

Checker rules
CheckerRule.ExternalServiceProvider_Chk003 - Input argument omission

Member Data Documentation

◆ realisation

ConstructorRealisation OpenTestSystem.Otx.Extensions.ExternalServiceProvider.Signatures.ServiceProviderSignature.Constructors.ConstructorSignature.realisation

Contains a list of parameter descriptions adhering to a constructor.