OTX Reference  
OpenTestSystem.Otx.Extensions.ExternalServiceProvider.DataTypes Namespace Reference

Data types, see also Core data types. More...

Classes

class  PropertyFlag
 Characteristics of values that access rights used in the ServiceProviderSignatures Properties More...
 
class  Service
 A handle to a running service More...
 
class  ServiceProvider
 A container for all available constructors, services, properties and events that are defined in the corresponding ServiceProviderSignature More...
 

Enumerations

enum class  PropertyFlags { READONLY , WRITEONLY , READWRITE }
 PropertyFlag is an enumeration type describing access rights used in the ServiceProviderSignatures Properties. More...
 

Detailed Description

Data types, see also Core data types.

Enumeration Type Documentation

◆ PropertyFlags

PropertyFlag is an enumeration type describing access rights used in the ServiceProviderSignatures Properties.

Enumerator
READONLY 

The property value, defined in PropertyDeclaration, is read only. This is the default access right if the <init> of the PropertyFlag variable is not defined.

WRITEONLY 

The property value, defined in PropertyDeclaration, is only writable.

READWRITE 

The property value, defined in PropertyDeclaration, is readable as well as writable.