OTX-Runtime for DotNet  
OpenTestSystem.Otx.Runtime.Api.Otx.IDocument Interface Reference

Represents an OTX. More...

Properties

IContextVariable[] ContextVariables [get]
 Gets all ContextVariables. More...
 
string FullName [get]
 Gets Document full name. More...
 
IDocument[] Imports [get]
 Gets all imported Documents. An imported Documents can also contain Imports in an arbitrary depth depending on the OTX Document structure. More...
 
bool IsStartup [get]
 Checks if the Document is the startup Document. More...
 
IProcedure MainProcedure [get]
 Gets main Procedure. More...
 
string Name [get]
 Gets Document name. More...
 
IPackage Package [get]
 Gets Package that contains the Document. More...
 
IProcedure[] Procedures [get]
 Gets all Procedures. More...
 
ISignature[] Signatures [get]
 Gets all Signatures More...
 
string Specification [get]
 Gets Document specification. More...
 
IStateVariable[] StateVariables [get]
 Gets all StateVariables. More...
 
string Version [get]
 Gets Document version. More...
 

Detailed Description

Represents an OTX.

Property Documentation

◆ ContextVariables

IContextVariable [] OpenTestSystem.Otx.Runtime.Api.Otx.IDocument.ContextVariables
get

Gets all ContextVariables.

◆ FullName

string OpenTestSystem.Otx.Runtime.Api.Otx.IDocument.FullName
get

Gets Document full name.

◆ Imports

IDocument [] OpenTestSystem.Otx.Runtime.Api.Otx.IDocument.Imports
get

Gets all imported Documents. An imported Documents can also contain Imports in an arbitrary depth depending on the OTX Document structure.

◆ IsStartup

bool OpenTestSystem.Otx.Runtime.Api.Otx.IDocument.IsStartup
get

Checks if the Document is the startup Document.

◆ MainProcedure

IProcedure OpenTestSystem.Otx.Runtime.Api.Otx.IDocument.MainProcedure
get

Gets main Procedure.

◆ Name

string OpenTestSystem.Otx.Runtime.Api.Otx.IDocument.Name
get

Gets Document name.

◆ Package

IPackage OpenTestSystem.Otx.Runtime.Api.Otx.IDocument.Package
get

Gets Package that contains the Document.

◆ Procedures

IProcedure [] OpenTestSystem.Otx.Runtime.Api.Otx.IDocument.Procedures
get

Gets all Procedures.

◆ Signatures

ISignature [] OpenTestSystem.Otx.Runtime.Api.Otx.IDocument.Signatures
get

Gets all Signatures

◆ Specification

string OpenTestSystem.Otx.Runtime.Api.Otx.IDocument.Specification
get

Gets Document specification.

◆ StateVariables

IStateVariable [] OpenTestSystem.Otx.Runtime.Api.Otx.IDocument.StateVariables
get

Gets all StateVariables.

◆ Version

string OpenTestSystem.Otx.Runtime.Api.Otx.IDocument.Version
get

Gets Document version.


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