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

Holds a collection of constructor signatures describing the set of constructors available for a provider. More...

Classes

class  ConstructorSignature
 An ConstructorSignature defines a constructor might be needed for creation of an ExternalServiceProvider More...
 

Public Attributes

ConstructorSignature[] constructor
 Describes constructor(s) that are needed to instantiate the specific OTX ExternalServiceProvider extension. More...
 

Detailed Description

Holds a collection of constructor signatures describing the set of constructors available for a provider.

Member Data Documentation

◆ constructor

ConstructorSignature [] OpenTestSystem.Otx.Extensions.ExternalServiceProvider.Signatures.ServiceProviderSignature.Constructors.constructor

Describes constructor(s) that are needed to instantiate the specific OTX ExternalServiceProvider extension.