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

Represents OTX StructureElement DataType. More...

Public Member Functions

 StructureElement (string name, object value, string type)
 Initializes a new instance of the StructureElement class. More...
 

Properties

string Name [get]
 Gets element name. More...
 
string Type [get]
 Gets element type. More...
 
object Value [get]
 Gets element value. More...
 

Detailed Description

Represents OTX StructureElement DataType.

Constructor & Destructor Documentation

◆ StructureElement()

OpenTestSystem.Otx.Runtime.Api.DataTypes.StructureElement.StructureElement ( string  name,
object  value,
string  type 
)
inline

Initializes a new instance of the StructureElement class.

Parameters
nameElement name.
valueElement value.
typeElement type.

Property Documentation

◆ Name

string OpenTestSystem.Otx.Runtime.Api.DataTypes.StructureElement.Name
get

Gets element name.

◆ Type

string OpenTestSystem.Otx.Runtime.Api.DataTypes.StructureElement.Type
get

Gets element type.

◆ Value

object OpenTestSystem.Otx.Runtime.Api.DataTypes.StructureElement.Value
get

Gets element value.


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