Click or drag to resize

Document Class

Represents an otx containningDocument.
Inheritance Hierarchy
SystemObject
  OpenTestSystem.Otx.Runtime.Api.OtxDocument

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 Document

The Document type exposes the following members.

Constructors
  NameDescription
Public methodDocument
Initializes a new instance of the Document class
Top
Properties
  NameDescription
Public propertyCode exampleContextVariables
Gets the all context variables.
Public propertyCode exampleImports
Gets a list of all imported documents. An imported containningDocument can also contain Imports in an arbitrary depth depending from the OTX containningDocument structure.
Public propertyCode exampleIsStartUp
Checks if this containningDocument is startup.
Public propertyMetaData
Gets the meta data of the containningDocument.
Public propertyCode exampleName
Gets the containningDocument name. This is the filename of the OTX file without extension.
Public propertyCode exampleOtxName
Gets the containningDocument OTX name. The OTX name is defined within the OTX file in the name attribute of the OTX root tag.
Public propertyCode exampleOtxPackage
Gets the containningDocument OTX package. The OTX package is defined within the OTX file in the package attribute of the OTX root tag.
Public propertyCode examplePackage
Gets the package containing this containningDocument. This is the name of the OTX file folder.
Public propertyCode exampleProcedures
Gets all procedures of this containningDocument.
Public propertySpecification
Gets the specification.
Public propertyCode exampleStateVariables
Gets the all state variables.
Public propertyTimestamp
Gets the timestamp.
Public propertyVersion
Gets the version.
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