Click or drag to resize

Procedure Class

Represents an otx procedure which can be executed.
Inheritance Hierarchy
SystemObject
  OpenTestSystem.Otx.Runtime.Api.OtxProcedure

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 Procedure : ICloneable

The Procedure type exposes the following members.

Constructors
  NameDescription
Public methodProcedure
Initializes a new instance of the Procedure class.
Top
Properties
  NameDescription
Public propertyCode exampleDocument
Gets the document which contains this procedure.
Public propertyIsMain
Checks if procedure is main.
Public propertyMetaData
Gets meta data of the procedure.
Public propertyCode exampleName
Gets the procedure name.
Public propertyParameters
Gets parameters list.
Public propertySpecification
Gets the specification.
Public propertyVisibility
Gets the visibility.
Top
Methods
  NameDescription
Public methodClone
Duplicate the current procedure.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExecute(Boolean)
Executes the procedure.
Public methodExecute(String, Boolean)
Executes the procedure.
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 methodStop(Object)
Stops a procedure if it is running.
Public methodStop(Object, String)
Stops a procedure if it is running.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
See Also