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

Contains Documents and child Packages. More...

Properties

IDocument[] Documents [get]
 Gets all Documents. More...
 
string FullName [get]
 Gets Package full name. More...
 
string Name [get]
 Gets Package name. More...
 
IPackage[] Packages [get]
 Gets all child Packages. More...
 
IPackage Parent [get]
 Gets parent Package of the current Package or null, if the current package is the root Package. More...
 
IProject Project [get]
 Gets Project that contains the Package. More...
 

Detailed Description

Contains Documents and child Packages.

Property Documentation

◆ Documents

IDocument [] OpenTestSystem.Otx.Runtime.Api.Otx.IPackage.Documents
get

Gets all Documents.

◆ FullName

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

Gets Package full name.

◆ Name

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

Gets Package name.

◆ Packages

IPackage [] OpenTestSystem.Otx.Runtime.Api.Otx.IPackage.Packages
get

Gets all child Packages.

◆ Parent

IPackage OpenTestSystem.Otx.Runtime.Api.Otx.IPackage.Parent
get

Gets parent Package of the current Package or null, if the current package is the root Package.

◆ Project

IProject OpenTestSystem.Otx.Runtime.Api.Otx.IPackage.Project
get

Gets Project that contains the Package.


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