OTX-Runtime for DotNet  
OpenTestSystem.Otx.Runtime.Api.DataTypes.Structure Class Reference

Represents OTX Structure DataType. More...

Inheritance diagram for OpenTestSystem.Otx.Runtime.Api.DataTypes.Structure:
Inheritance graph

Public Member Functions

 Structure (string signature, IList< StructureElement > elements, IDocument document=null, string specification="")
 Initializes a new instance of the Structure class. More...
 

Properties

ReadOnlyCollection< StructureElementElements [get]
 Gets all elements. More...
 
string Signature [get]
 Gets full name of structure signature. More...
 
- Properties inherited from OpenTestSystem.Otx.Runtime.Api.Otx.Signatures.IStructureSignature
ReadOnlyCollection< StructureElementElements [get]
 Get all Structure Elements. More...
 
- Properties inherited from OpenTestSystem.Otx.Runtime.Api.Otx.Signatures.ISignature
IDocument Document [get]
 Gets Document that contains the Signature. More...
 
string FullName [get]
 Gets Signature full name. More...
 
string Name [get]
 Gets Signature name. More...
 
string Specification [get]
 Gets Signature specification. More...
 

Detailed Description

Represents OTX Structure DataType.

Constructor & Destructor Documentation

◆ Structure()

OpenTestSystem.Otx.Runtime.Api.DataTypes.Structure.Structure ( string  signature,
IList< StructureElement elements,
IDocument  document = null,
string  specification = "" 
)
inline

Initializes a new instance of the Structure class.

Parameters
signatureFull name of structure signature.
elementsAll elements.
documentThe document this Structure belong to.
specificationSpecification or description of structure signature.

Property Documentation

◆ Elements

ReadOnlyCollection<StructureElement> OpenTestSystem.Otx.Runtime.Api.DataTypes.Structure.Elements
get

Gets all elements.

◆ Signature

string OpenTestSystem.Otx.Runtime.Api.DataTypes.Structure.Signature
get

Gets full name of structure signature.


The documentation for this class was generated from the following file: