OTX-Runtime for DotNet  
OpenTestSystem.Otx.Runtime.Api.Project.Settings.IRuntimeSettings Interface Reference

Contains the Runtime settings. More...

Properties

string ExternalAppPath [get, set]
 Gets or sets external application path used by OTXMapping. More...
 
string OtxMapping [get, set]
 Gets or sets the current OTXMapping file. More...
 
List< string > OtxMappings [get]
 Gets all OTXMapping file names stored inside the project More...
 
string ResourceMapping [get, set]
 Gets or sets the current Resource-Mapping file. More...
 
List< string > ResourceMappings [get]
 Gets all Resource-Mapping file names stored inside the project More...
 

Detailed Description

Contains the Runtime settings.

Property Documentation

◆ ExternalAppPath

string OpenTestSystem.Otx.Runtime.Api.Project.Settings.IRuntimeSettings.ExternalAppPath
getset

Gets or sets external application path used by OTXMapping.

The external application path must be an absolute path to an existing directory. All applications used inside the OTX mapping are searched in this path. The default value for Windows is c:\Users\Public\OpenTestSystem\Apps.

◆ OtxMapping

string OpenTestSystem.Otx.Runtime.Api.Project.Settings.IRuntimeSettings.OtxMapping
getset

Gets or sets the current OTXMapping file.

The value can be a file name from OtxMappings list or an absolute path to an arbitrary mapping file.

◆ OtxMappings

List<string> OpenTestSystem.Otx.Runtime.Api.Project.Settings.IRuntimeSettings.OtxMappings
get

Gets all OTXMapping file names stored inside the project

◆ ResourceMapping

string OpenTestSystem.Otx.Runtime.Api.Project.Settings.IRuntimeSettings.ResourceMapping
getset

Gets or sets the current Resource-Mapping file.

The value can be a file name from ResourceMappings list or an absolute path to an arbitrary resource mapping file.

◆ ResourceMappings

List<string> OpenTestSystem.Otx.Runtime.Api.Project.Settings.IRuntimeSettings.ResourceMappings
get

Gets all Resource-Mapping file names stored inside the project


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