Click or drag to resize

Package Class

Contains packages and documents.
Inheritance Hierarchy
SystemObject
  OpenTestSystem.Otx.Runtime.Api.OtxPackage

Namespace:  OpenTestSystem.Otx.Runtime.Api.Otx
Assembly:  OpenTestSystem.Otx.Runtime.Api (in OpenTestSystem.Otx.Runtime.Api.dll) Version: 5.5.0.0 (6.1.0.31040)
Syntax
public abstract class Package

The Package type exposes the following members.

Constructors
  NameDescription
Public methodPackage
Initializes a new instance of the Package class
Top
Properties
  NameDescription
Public propertyCode exampleDocuments
Gets documents of this package.
Public propertyCode exampleFullName
Gets the full name of this package. Format: NewPackage1.NewPackage2.NewPackage3.
Public propertyCode exampleName
Gets the package name.
Public propertyCode examplePackages
Gets child packages of this package.
Public propertyCode exampleParent
Gets the parent of this package.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
See Also