OTX Reference  
OpenTestSystem.Otx.Extensions.ExternalServiceProvider.Signatures.ServiceProviderSignature.Events.EventSignature Class Reference

An EventSignature defines an event that can be fired by a ServiceProvider. The event is defined by its name and a set of values that are associated with the event. The name attribute is mandatory (unlike the base type NamedAndSpecified where it is optional). EventSignature is an otx:SignatureRealisation. More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.ExternalServiceProvider.Signatures.ServiceProviderSignature.Events.EventSignature:
Inheritance graph

Classes

class  EventRealisation
 Contains a list of values describing this event. More...
 

Public Attributes

EventRealisation realisation
 Contains a list of values describing this event. 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

An EventSignature defines an event that can be fired by a ServiceProvider. The event is defined by its name and a set of values that are associated with the event. The name attribute is mandatory (unlike the base type NamedAndSpecified where it is optional). EventSignature is an otx:SignatureRealisation.

Checker rules
CheckerRule.ExternalServiceProvider_Chk003 - Input argument omission

Member Data Documentation

◆ realisation

EventRealisation OpenTestSystem.Otx.Extensions.ExternalServiceProvider.Signatures.ServiceProviderSignature.Events.EventSignature.realisation

Contains a list of values describing this event.