Extensions.ExternalServiceProvider.ServiceProvider

From emotive
Jump to navigation Jump to search

Classification

Name ServiceProvider
Short Description A container for all available constructors, services, properties and events that are defined in the corresponding

ServiceProviderSignature

Class Complex Data Type
Base Data Type ComplexType
Default Value Empty
Provide a Literal No
SpecifiedBy ISO 13209-4
Standard Compliant Yes

Description

The OTX OTX ExternalServiceProvider Extension introduces a data type named ServiceProvider. The ServiceProvider type is a container for all available constructors, services, properties and events that are defined in the corresponding ServiceProviderSignature.

Core Conversion

The following table shows the rules for conversion to another data type:

Conversion Result Sample
ToBoolean Undefined (should not be used)
ToInteger Undefined (should not be used)
ToFloat Undefined (should not be used)
ToString Returns a container for all available constructors, services, properties and events that are defined in the corresponding

ServiceProviderSignature || String s = ToString(ServiceProvider1); // Returns "ServiceProviderValues"

ToByteField Undefined (should not be used)

Sample

ExternalServiceProvider.ServiceProvider ServiceProvider1;

Checker rules

ExternalServiceProvider_Chk001