Represents OTX Structure DataType.
More...
Represents OTX Structure DataType.
◆ Structure() [1/2]
OpenTestSystem.Otx.Runtime.Api.DataTypes.Structure.Structure |
( |
String |
signature, |
|
|
List< StructureElement > |
elements |
|
) |
| |
|
inline |
Initializes a new instance of the Structure class.
- Parameters
-
signature | Full name of structure signature. |
elements | All elements. |
◆ Structure() [2/2]
OpenTestSystem.Otx.Runtime.Api.DataTypes.Structure.Structure |
( |
String |
signature, |
|
|
List< StructureElement > |
elements, |
|
|
IDocument |
document, |
|
|
String |
specification |
|
) |
| |
|
inline |
Initializes a new instance of the Structure class.
- Parameters
-
signature | Full name of structure signature. |
elements | All elements. |
document | The document this Structure belong to. |
specification | Specification or description of structure signature. |
◆ GetElements()
List<StructureElement> OpenTestSystem.Otx.Runtime.Api.DataTypes.Structure.GetElements |
( |
| ) |
|
|
inline |
◆ GetSignature()
String OpenTestSystem.Otx.Runtime.Api.DataTypes.Structure.GetSignature |
( |
| ) |
|
|
inline |
Gets full name of structure signature.
- Returns
- Full name of structure signature.
The documentation for this class was generated from the following file: